summaryrefslogtreecommitdiff
path: root/packages/bluez/bluez-utils_3.23.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-12-10 12:03:29 +0000
committerKoen Kooi <koen@openembedded.org>2007-12-10 12:03:29 +0000
commit99a36320bc16474c11c6073732d3877fbb02f504 (patch)
treec76d88a23d97902d5f8038cac585257b6eb066ca /packages/bluez/bluez-utils_3.23.bb
parente53010f3e23696686db59c24b60cd237c5bec6aa (diff)
bluez: add 3.23 releases
Diffstat (limited to 'packages/bluez/bluez-utils_3.23.bb')
-rw-r--r--packages/bluez/bluez-utils_3.23.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/bluez/bluez-utils_3.23.bb b/packages/bluez/bluez-utils_3.23.bb
new file mode 100644
index 0000000000..48f147aa69
--- /dev/null
+++ b/packages/bluez/bluez-utils_3.23.bb
@@ -0,0 +1,29 @@
+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}/default/bluetooth \
+ "
+
+CONFFILES_${PN}-compat = " \
+ ${sysconfdir}/bluetooth/rfcomm.conf \
+ "
+