bluez4: disable hidd, pand & dund

These daemons have been deprecated for some time, as their functionality
is now provided within the main bluetoothd daemon.

(From OE-Core rev: 166cfbd1d30806c4bd4e47ea4ef641ee9eb03bc0)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2011-10-14 13:46:59 +01:00 committed by Richard Purdie
parent 07e9877856
commit 997fdc68cc
2 changed files with 4 additions and 4 deletions

View 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 \

View File

@ -1,6 +1,6 @@
require bluez4.inc
PR = "r2"
PR = "r3"
SRC_URI += "file://bluetooth.conf"