From 49d22ac951f7b5aeaa376483e31a45c94c2e01f8 Mon Sep 17 00:00:00 2001 From: Chong Lu Date: Fri, 31 Oct 2014 11:22:10 +0800 Subject: 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] (From OE-Core rev: e1767c2f39e690c40c5d53d3b6d9e9706ceb10cd) Signed-off-by: Chong Lu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb') 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 f2dc0da06c..c71d61253a 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" -- cgit v1.2.3-54-g00ecf