diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-12-30 16:18:03 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-12-30 16:18:03 -0800 |
commit | 37032577a0ab867d542eb89ee3c5800d298f3509 (patch) | |
tree | 345f3a66cde45dc20776ca7a4b4537d2093a7b38 /packages/bluez/bluez-utils_4.24.bb | |
parent | 9ffc8b582f09f1f9b1426ed1a9a606c0dbc35ef2 (diff) |
checksums.ini: Add bluez-4.24 and usbutils 0.73
bluez-utils_4.24: New recipe
Diffstat (limited to 'packages/bluez/bluez-utils_4.24.bb')
-rw-r--r-- | packages/bluez/bluez-utils_4.24.bb | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/packages/bluez/bluez-utils_4.24.bb b/packages/bluez/bluez-utils_4.24.bb new file mode 100644 index 0000000000..56fc039496 --- /dev/null +++ b/packages/bluez/bluez-utils_4.24.bb @@ -0,0 +1,66 @@ +require bluez.inc + +PR = "r0" + +SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \ + file://hcid.conf \ + file://sbc-thumb.patch;patch=1 \ + file://hid2hci_usb_init.patch;patch=1 \ + " + +# see bluez.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 \ + " |