diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-29 13:22:31 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-29 13:22:31 +0100 |
commit | 2b27f2c769d08a390ccdb27e1a962d9baddb8dda (patch) | |
tree | bb849df6c7eb278c7fdbb55bdd2330d1ef7fbb59 | |
parent | 5a5ef46cc609b77bf34c735558d5f1fcbe36530d (diff) |
bluez-utils 3.36: sync with 3.33
-rw-r--r-- | packages/bluez/bluez-utils_3.36.bb | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/packages/bluez/bluez-utils_3.36.bb b/packages/bluez/bluez-utils_3.36.bb index b66e601e92..bd319e85f2 100644 --- a/packages/bluez/bluez-utils_3.36.bb +++ b/packages/bluez/bluez-utils_3.36.bb @@ -1,6 +1,6 @@ require bluez-utils3.inc -PR = "r2" +PR = "r4" # removed hciattach-ti-bts.patch (landed upstream) SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ @@ -25,8 +25,15 @@ EXTRA_OECONF = " \ --enable-echo \ --enable-configfile \ --enable-initscripts \ - --enable-test \ - " + --enable-test \ + --enable-hidd \ + --enable-obex \ + --enable-pand \ + --enable-dund \ + --enable-avctrl \ + --enable-hid2hci \ + --enable-dfutool \ +" CONFFILES_${PN} = " \ ${sysconfdir}/bluetooth/hcid.conf \ |