aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/libopieobex/files/disable-bt-check-git.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/libopieobex/files/disable-bt-check-git.patch')
-rw-r--r--recipes-opie/libopieobex/files/disable-bt-check-git.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-opie/libopieobex/files/disable-bt-check-git.patch b/recipes-opie/libopieobex/files/disable-bt-check-git.patch
new file mode 100644
index 0000000..c8d0b7d
--- /dev/null
+++ b/recipes-opie/libopieobex/files/disable-bt-check-git.patch
@@ -0,0 +1,18 @@
+--- obex/obex.pro
++++ obex/obex.pro
+@@ -13,11 +13,11 @@ VERSION = 0.0.4
+ include( $(OPIEDIR)/include.pro )
+ target.path = $$prefix/plugins/applets
+
+-#FIXME: These parameters are used if bluetooth is used
+-CONFTEST = $$system( echo $CONFIG_LIBOPIETOOTH )
+-contains( CONFTEST, y ){
++#FIXME: This test does not work under OE. Instead, just always enable bluetooth.
++#CONFTEST = $$system( echo $CONFIG_LIBOPIETOOTH )
++#contains( CONFTEST, y ){
+ HEADERS += btobex.h btobexpush.h
+ SOURCES += btobex.cpp btobexpush.cpp
+ LIBS += -lopiebluez2
+ DEFINES += BLUETOOTH
+-}
++#}