diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-03 16:53:15 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-03 16:53:15 +0000 |
commit | e1d12d8bb5b40a6313cce52974f174fd76cbf32c (patch) | |
tree | 059291475c0c40bf00cfaeb032b80b848136af37 /packages/bluez/bluez-utils_3.36.bb | |
parent | 77fe2053f54d554884e65c6e4336f014f7f80fe0 (diff) |
bluez update to 3.36, the last version in the 3.x series.
* incidentally, the TI bts patch is upstream now, albeit in a different form
Diffstat (limited to 'packages/bluez/bluez-utils_3.36.bb')
-rw-r--r-- | packages/bluez/bluez-utils_3.36.bb | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/packages/bluez/bluez-utils_3.36.bb b/packages/bluez/bluez-utils_3.36.bb new file mode 100644 index 0000000000..d2d60b3af2 --- /dev/null +++ b/packages/bluez/bluez-utils_3.36.bb @@ -0,0 +1,60 @@ +require bluez-utils3.inc + +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 \ + --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 \ + " |