[oe-commits] Marcin Juszkiewicz : bluez4: changed globs in FILES_${PN}-dev to make package_rpm happy

GIT User account git at amethyst.openembedded.net
Thu Mar 19 19:24:39 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 42c372a0470788975dec5a83e2226a82d3ffc47a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=42c372a0470788975dec5a83e2226a82d3ffc47a

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Wed Mar  4 22:16:03 2009 +0100

bluez4: changed globs in FILES_${PN}-dev to make package_rpm happy

RPM building does not handle ${libdir}/*/*.la :(

---

 recipes/bluez/bluez4_4.31.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/bluez/bluez4_4.31.bb b/recipes/bluez/bluez4_4.31.bb
index 5063950..15e8b00 100644
--- a/recipes/bluez/bluez4_4.31.bb
+++ b/recipes/bluez/bluez4_4.31.bb
@@ -4,14 +4,14 @@ PRIORITY = "optional"
 DEPENDS = "gst-plugins-base alsa-lib libusb-compat dbus-glib"
 HOMEPAGE = "http://www.bluez.org"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "\
   http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \
   file://fix-dfutool-usb-declaration-mismatch.patch;patch=1 \
   file://sbc-thumb.patch;patch=1 \
 #  file://hid2hci_usb_init.patch;patch=1 \
-"    
+"
 S = "${WORKDIR}/bluez-${PV}"
 
 inherit autotools pkgconfig
@@ -52,7 +52,8 @@ FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so"
 FILES_${PN} += "${libdir}/bluetooth/plugins/*.so"
 FILES_${PN}-dev += "\
   ${libdir}/bluetooth/plugins/*.la \
-  ${libdir}/*/*.la \
+  ${libdir}/alsa-lib/*.la \
+  ${libdir}/gstreamer-0.10/*.la \
 "
 FILES_${PN}-dbg += "\
   ${libdir}/bluetooth/plugins/.debug \





More information about the Openembedded-commits mailing list