summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb
diff options
context:
space:
mode:
authorChong Lu <Chong.Lu@windriver.com>2014-10-31 11:22:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-06 16:45:20 +0000
commit49d22ac951f7b5aeaa376483e31a45c94c2e01f8 (patch)
tree35e5f52f6c3cee907e7bae3fadef8067d198fe36 /meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb
parentddac00a2359f9867d614ccffcfb25594fe92ca26 (diff)
downloadpoky-49d22ac951f7b5aeaa376483e31a45c94c2e01f8.tar.gz
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 <Chong.Lu@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb')
-rw-r--r--meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb1
1 files changed, 1 insertions, 0 deletions
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() {
25 rm -rf ${D}${libdir}/alsa-lib 25 rm -rf ${D}${libdir}/alsa-lib
26 rm -rf ${D}${datadir} 26 rm -rf ${D}${datadir}
27 rm -rf ${D}${includedir} 27 rm -rf ${D}${includedir}
28 rm -rf ${D}${nonarch_base_libdir}
28} 29}
29 30
30FILES_${PN} = "${libdir}/gstreamer-0.10/lib*.so" 31FILES_${PN} = "${libdir}/gstreamer-0.10/lib*.so"