diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-18 17:52:20 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-18 17:52:20 +0000 |
commit | 230ef02ee154777747fb600c88a696060dd1bb10 (patch) | |
tree | 4ce10eae2d9f8f9c5b89485e96c7542c0df87311 /packages/bluez/bluez-utils_3.19.bb | |
parent | c9b97ffd6d50c351976009e39d9dca912975fc67 (diff) |
bluez-utils*: update to 3.19
Diffstat (limited to 'packages/bluez/bluez-utils_3.19.bb')
-rw-r--r-- | packages/bluez/bluez-utils_3.19.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/bluez/bluez-utils_3.19.bb b/packages/bluez/bluez-utils_3.19.bb new file mode 100644 index 0000000000..c0a4f460ba --- /dev/null +++ b/packages/bluez/bluez-utils_3.19.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 |