[oe-commits] Chong Lu : gst-plugin-bluetooth: remove systemd service file

git at git.openembedded.org git at git.openembedded.org
Thu Nov 6 16:46:18 UTC 2014


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

Author: Chong Lu <Chong.Lu at windriver.com>
Date:   Fri Oct 31 11:22:10 2014 +0800

gst-plugin-bluetooth: remove systemd service file

The service file should be included in bluez4 package, not in plugin package.

This solves the following warning:

WARNING: QA Issue: gst-plugin-bluetooth: Files/directories were installed but not shipped
  /lib
  /lib/systemd
  /lib/systemd/system
  /lib/systemd/system/bluetooth.service [installed-vs-shipped]

Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb
index f2dc0da..c71d612 100644
--- a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb
+++ b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb
@@ -25,6 +25,7 @@ do_install_append() {
   	rm -rf ${D}${libdir}/alsa-lib
   	rm -rf ${D}${datadir}
 	rm -rf ${D}${includedir}
+	rm -rf ${D}${nonarch_base_libdir}
 }
 
 FILES_${PN} = "${libdir}/gstreamer-0.10/lib*.so"



More information about the Openembedded-commits mailing list