diff options
author | Jan Lübbe <jluebbe@debian.org> | 2009-01-20 18:44:28 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2009-01-20 19:02:17 +0000 |
commit | 32495636c3847a9518a96ad58c907e738da5b299 (patch) | |
tree | 837661a440e588ba6c3e68ecf30807d611a15937 /packages/bluez/bluez4-utils_4.27.bb | |
parent | b52d3f4781c0e703dc06f6cc2f7686eb84ef6491 (diff) |
bluez4-utils: update to 4.27
Diffstat (limited to 'packages/bluez/bluez4-utils_4.27.bb')
-rw-r--r-- | packages/bluez/bluez4-utils_4.27.bb | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/packages/bluez/bluez4-utils_4.27.bb b/packages/bluez/bluez4-utils_4.27.bb new file mode 100644 index 0000000000..e10d603e1c --- /dev/null +++ b/packages/bluez/bluez4-utils_4.27.bb @@ -0,0 +1,70 @@ +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}/bluetooth/main.conf \ + ${sysconfdir}/default/bluetooth \ + " + +CONFFILES_${PN}-compat = " \ + ${sysconfdir}/bluetooth/rfcomm.conf \ + " + +PACKAGES =+ "bluez-audio" + +FILES_${PN} = " \ + ${base_sbindir}/bluetoothd \ + ${base_sbindir}/hcid \ + ${libdir}/libbluetooth.so.* \ + ${libdir}/bluetooth/plugins/*.so \ + ${sysconfdir}/init.d/bluetooth \ + ${sysconfdir}/bluetooth/hcid.conf \ + ${sysconfdir}/bluetooth/main.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 \ + " |