diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-18 17:34:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-18 17:34:17 +0000 |
commit | 1e37827a46a992ada20c716d80a30f5a85a48a70 (patch) | |
tree | b479f8dd3ca1114f31e9748102e0ee65757bc8b5 /packages/bluez/bluez-utils_3.18.bb | |
parent | abd9b8840aa3ea9022f93634bed4d52127fb49d7 (diff) |
bluez: add 3.18, with the cups and alsa split discussed on the mailinglist
Diffstat (limited to 'packages/bluez/bluez-utils_3.18.bb')
-rw-r--r-- | packages/bluez/bluez-utils_3.18.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/bluez/bluez-utils_3.18.bb b/packages/bluez/bluez-utils_3.18.bb new file mode 100644 index 0000000000..c0a4f460ba --- /dev/null +++ b/packages/bluez/bluez-utils_3.18.bb @@ -0,0 +1,23 @@ +require bluez-utils3.inc + +# see bluez-utils3.inc for the explanation of these option +EXTRA_OECONF = " \ + --enable-bccmd \ + --enable-hid2hci \ + --disable-alsa \ + --disable-cups \ + --enable-glib \ + --disable-sdpd \ + --enable-network \ + --enable-serial \ + --enable-input \ + --enable-audio \ + --enable-echo \ + --enable-configfile \ + --enable-initscripts \ + --enable-test \ + " + + +CONFFILES_${PN} = "${sysconfdir}/bluetooth/hcid.conf ${sysconfdir}/bluetooth/rfcomm.conf \ + ${sysconfdir}/default/bluetooth"
\ No newline at end of file |