diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-21 13:33:30 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-21 13:36:43 +0100 |
commit | 104ab0d94d92dfcc96d55032aef31e3fbcf98d7d (patch) | |
tree | a7ca2021665cefec38c275752a9991417179d7fe /packages/bluez/bluez4_4.27.bb | |
parent | 50dbefb8915f7694c00f257d87f679cc55da7ce5 (diff) |
bluez4: packaging tweaks; remove bluez4-utils in favour of that
Diffstat (limited to 'packages/bluez/bluez4_4.27.bb')
-rw-r--r-- | packages/bluez/bluez4_4.27.bb | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/packages/bluez/bluez4_4.27.bb b/packages/bluez/bluez4_4.27.bb index a54d656e5f..588fdab5a0 100644 --- a/packages/bluez/bluez4_4.27.bb +++ b/packages/bluez/bluez4_4.27.bb @@ -1,16 +1,23 @@ DESCRIPTION = "Linux Bluetooth Stack Userland V4" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "gst-plugins-base alsa-libs" +DEPENDS = "gst-plugins-base alsa-libs libusb1 dbus-glib" HOMEPAGE = "http://www.bluez.org" LICENSE = "GPL" -PR = "r0" +PR = "r1" -SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz" +SRC_URI = "\ + http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \ + file://sbc-thumb.patch;patch=1 \ + file://hid2hci_usb_init.patch;patch=1 \ +" S = "${WORKDIR}/bluez-${PV}" inherit autotools pkgconfig +OE_LT_RPATH_ALLOW = "any" +OE_LT_RPATH_ALLOW[export] = "1" + EXTRA_OECONF = "\ --enable-gstreamer \ --enable-alsa \ @@ -38,9 +45,9 @@ FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so" FILES_${PN} += "${libdir}/bluetooth/plugins/*.so" FILES_${PN}-dev += "\ ${libdir}/bluetooth/plugins/*.la \ - ${libdir}/gstreamer-0.10/lib*.la \ + ${libdir}/*/*.la \ " FILES_${PN}-dbg += "\ ${libdir}/bluetooth/plugins/.debug \ - ${libdir}/gstreamer-0.10/.debug \ + ${libdir}/*/.debug \ " |