From 997fdc68cc7214f243fbf13894f80c1663ec3cc0 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 14 Oct 2011 13:46:59 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bluez/bluez4.inc | 6 +++--- meta/recipes-connectivity/bluez/bluez4_4.96.bb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-connectivity/bluez') 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 = "\ --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 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 @@ require bluez4.inc -PR = "r2" +PR = "r3" SRC_URI += "file://bluetooth.conf" -- cgit v1.2.3-54-g00ecf