]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-plugin-bluetooth: remove systemd service file
authorChong Lu <Chong.Lu@windriver.com>
Fri, 31 Oct 2014 03:22:10 +0000 (11:22 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Nov 2014 16:41:36 +0000 (16:41 +0000)
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@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb

index f2dc0da06cbde59b64aff0abd20778e29043e13f..c71d61253a443336f0b68d046d3d9ef8356b81fa 100644 (file)
@@ -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"