diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-10-14 13:46:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-17 14:10:42 +0100 |
commit | 997fdc68cc7214f243fbf13894f80c1663ec3cc0 (patch) | |
tree | bde24f449b342e2a3e962112a52f20884680bc52 /meta | |
parent | 07e98778560208a5310cd41a85547476e3138274 (diff) | |
download | poky-997fdc68cc7214f243fbf13894f80c1663ec3cc0.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez4.inc | 6 | ||||
-rw-r--r-- | 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 5dacd9266f..fc515f6aeb 100644 --- a/meta/recipes-connectivity/bluez/bluez4.inc +++ b/meta/recipes-connectivity/bluez/bluez4.inc | |||
@@ -27,9 +27,9 @@ EXTRA_OECONF = "\ | |||
27 | --enable-bccmd \ | 27 | --enable-bccmd \ |
28 | --enable-hid2hci \ | 28 | --enable-hid2hci \ |
29 | --enable-dfutool \ | 29 | --enable-dfutool \ |
30 | --enable-hidd \ | 30 | --disable-hidd \ |
31 | --enable-pand \ | 31 | --disable-pand \ |
32 | --enable-dund \ | 32 | --disable-dund \ |
33 | --disable-cups \ | 33 | --disable-cups \ |
34 | --enable-test \ | 34 | --enable-test \ |
35 | --enable-datafiles \ | 35 | --enable-datafiles \ |
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.96.bb b/meta/recipes-connectivity/bluez/bluez4_4.96.bb index 420a525eab..52268cfb95 100644 --- a/meta/recipes-connectivity/bluez/bluez4_4.96.bb +++ b/meta/recipes-connectivity/bluez/bluez4_4.96.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require bluez4.inc | 1 | require bluez4.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | SRC_URI += "file://bluetooth.conf" | 5 | SRC_URI += "file://bluetooth.conf" |
6 | 6 | ||