]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez4: disable hidd, pand & dund
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 14 Oct 2011 12:46:59 +0000 (13:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Oct 2011 12:32:24 +0000 (13:32 +0100)
These daemons have been deprecated for some time, as their functionality
is now provided within the main bluetoothd daemon.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-connectivity/bluez/bluez4.inc
meta/recipes-connectivity/bluez/bluez4_4.96.bb

index 5dacd9266f9d8862e5c1f9c15bb3b430622d7cbd..fc515f6aeb2fecac67c002c4256d43c2c4cd909d 100644 (file)
@@ -27,9 +27,9 @@ EXTRA_OECONF = "\
   --enable-bccmd \
   --enable-hid2hci \
   --enable-dfutool \
-  --enable-hidd \
-  --enable-pand \
-  --enable-dund \
+  --disable-hidd \
+  --disable-pand \
+  --disable-dund \
   --disable-cups \
   --enable-test \
   --enable-datafiles \
index 420a525eab81b25ffd815b9b51516d3c4f32da74..52268cfb9558e915f8c0dcdde24da840645a429a 100644 (file)
@@ -1,6 +1,6 @@
 require bluez4.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://bluetooth.conf"