[oe-commits] Saul Wold : gst-plugin-bluetooth: Fix package warnings

git at git.openembedded.org git at git.openembedded.org
Wed Mar 21 13:02:31 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: eae2b9c21e9d57ad192eeded4301b548f7e3d5b5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=eae2b9c21e9d57ad192eeded4301b548f7e3d5b5

Author: Saul Wold <sgw at linux.intel.com>
Date:   Sat Mar 17 11:41:51 2012 -0700

gst-plugin-bluetooth: Fix package warnings

WARNING: For recipe gst-plugin-bluetooth, the following files/directories were installed but not shipped in any package:
WARNING:   /var
WARNING:   /usr/lib/bluetooth
WARNING:   /usr/lib/bluetooth/plugins
WARNING:   /usr/lib/alsa-lib/libasound_module_pcm_bluetooth.so
WARNING:   /usr/lib/alsa-lib/libasound_module_ctl_bluetooth.so
WARNING:   /usr/lib/alsa-lib/libasound_module_ctl_bluetooth.la
WARNING:   /usr/lib/alsa-lib/libasound_module_pcm_bluetooth.la
WARNING:   /usr/share/alsa
WARNING:   /usr/share/alsa/bluetooth.conf
WARNING:   /var/lib
WARNING:   /var/lib/bluetooth

These are removed because they are packages in the bluez4 package

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../bluez/gst-plugin-bluetooth_4.99.bb             |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb
index d1ad336..b9f48bd 100644
--- a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb
+++ b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb
@@ -1,6 +1,8 @@
 require bluez4.inc
 require recipes-multimedia/gstreamer/gst-plugins-package.inc
 
+PR = "r1"
+
 SRC_URI[md5sum] = "570aa10692ed890aa0a4297b37824912"
 SRC_URI[sha256sum] = "d884b9aa5d3d9653c076b7646ca14a3e43eb84bccfe8193c49690f802bbd827c"
 
@@ -17,6 +19,10 @@ do_install_append() {
 	rm -f  ${D}${libdir}/lib*
 	rm -rf ${D}${sysconfdir}
 	rm -rf ${D}${base_libdir}
+	rm -rf ${D}${libdir}/bluetooth
+	rm -rf ${D}${localstatedir}
+  	rm -rf ${D}${libdir}/alsa-lib
+  	rm -rf ${D}${datadir}/alsa
 }
 
 FILES_${PN} = "${libdir}/gstreamer-0.10/lib*.so"





More information about the Openembedded-commits mailing list