summaryrefslogtreecommitdiff
path: root/packages/bluez/bluez-utils_3.28.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-08 10:42:53 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-08 10:42:53 +0000
commit4da77f93f665af435324744da23e148c69c945f9 (patch)
tree2690d0be7d5cb8d10af43820488e9ab29151d6fa /packages/bluez/bluez-utils_3.28.bb
parentd3e9beec41056a38bc71d987f966c9c7548d5f51 (diff)
bluez: update to latest releases
Diffstat (limited to 'packages/bluez/bluez-utils_3.28.bb')
-rw-r--r--packages/bluez/bluez-utils_3.28.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/bluez/bluez-utils_3.28.bb b/packages/bluez/bluez-utils_3.28.bb
new file mode 100644
index 0000000000..37365f67fc
--- /dev/null
+++ b/packages/bluez/bluez-utils_3.28.bb
@@ -0,0 +1,30 @@
+require bluez-utils3.inc
+PR = "r2"
+
+# 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}/default/bluetooth \
+ "
+
+CONFFILES_${PN}-compat = " \
+ ${sysconfdir}/bluetooth/rfcomm.conf \
+ "
+