[oe-commits] Paul Eggleton : bluez4: disable hidd, pand & dund

git at git.openembedded.org git at git.openembedded.org
Mon Oct 17 12:46:27 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 166cfbd1d30806c4bd4e47ea4ef641ee9eb03bc0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=166cfbd1d30806c4bd4e47ea4ef641ee9eb03bc0

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri Oct 14 13:46:59 2011 +0100

bluez4: disable hidd, pand & dund

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 at linux.intel.com>

---

 meta/recipes-connectivity/bluez/bluez4.inc     |    6 +++---
 meta/recipes-connectivity/bluez/bluez4_4.96.bb |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-connectivity/bluez/bluez4.inc b/meta/recipes-connectivity/bluez/bluez4.inc
index 5dacd92..fc515f6 100644
--- a/meta/recipes-connectivity/bluez/bluez4.inc
+++ b/meta/recipes-connectivity/bluez/bluez4.inc
@@ -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 \
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.96.bb b/meta/recipes-connectivity/bluez/bluez4_4.96.bb
index 420a525..52268cf 100644
--- a/meta/recipes-connectivity/bluez/bluez4_4.96.bb
+++ b/meta/recipes-connectivity/bluez/bluez4_4.96.bb
@@ -1,6 +1,6 @@
 require bluez4.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://bluetooth.conf"
 





More information about the Openembedded-commits mailing list