summaryrefslogtreecommitdiff
path: root/meta/packages/bluez/bluez-utils_3.36.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-11-07 11:15:58 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-11-07 11:15:58 +0000
commitf473d75c15b26b7ad3ef359d1ec046b2ced56382 (patch)
treea4c62a187c8a7afb7e02832151c1099511dd20b4 /meta/packages/bluez/bluez-utils_3.36.bb
parent5be917f9d14d67a5ea8d363a9986859c546128f5 (diff)
downloadopenembedded-core-f473d75c15b26b7ad3ef359d1ec046b2ced56382.tar.gz
openembedded-core-f473d75c15b26b7ad3ef359d1ec046b2ced56382.tar.bz2
openembedded-core-f473d75c15b26b7ad3ef359d1ec046b2ced56382.tar.xz
openembedded-core-f473d75c15b26b7ad3ef359d1ec046b2ced56382.zip
bluez: Upgrade to more recent 3.x versions and add bluez 4 from OE
Diffstat (limited to 'meta/packages/bluez/bluez-utils_3.36.bb')
-rw-r--r--meta/packages/bluez/bluez-utils_3.36.bb64
1 files changed, 64 insertions, 0 deletions
diff --git a/meta/packages/bluez/bluez-utils_3.36.bb b/meta/packages/bluez/bluez-utils_3.36.bb
new file mode 100644
index 000000000..cf6d6328e
--- /dev/null
+++ b/meta/packages/bluez/bluez-utils_3.36.bb
@@ -0,0 +1,64 @@
+require bluez-utils3.inc
+
+PR = "r1"
+
+SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
+ file://hcid.conf \
+ "
+
+# see bluez-utils3.inc for the explanation of these option
+EXTRA_OECONF = " \
+ --enable-bccmd \
+ --enable-hid2hci \
+ --enable-hidd \
+ --enable-pand \
+ --enable-dund \
+ --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 \
+ "
+
+PACKAGES =+ "bluez-audio"
+
+FILES_${PN} = " \
+ ${base_sbindir}/hcid \
+ ${libdir}/bluetooth/plugins/*.so \
+ ${sysconfdir}/init.d/bluetooth \
+ ${sysconfdir}/bluetooth/hcid.conf \
+ ${sysconfdir}/default \
+ ${sysconfdir}/dbus-1 \
+ ${base_sbindir}/hciattach \
+ "
+
+FILES_bluez-audio = " \
+ ${libdir}/bluetooth/plugins/libaudio.so \
+ ${libdir}/gstreamer-0.10/*.so \
+ "
+
+FILES_${PN}-dbg += " \
+ ${libdir}/bluetooth/plugins/.debug \
+ ${libdir}/gstreamer-0.10/.debug \
+ "
+
+FILES_${PN}-dev += " \
+ ${libdir}/bluetooth/plugins/*.la \
+ ${libdir}/gstreamer-0.10/*.la \
+ "