diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-10-31 11:22:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-06 16:45:20 +0000 |
commit | 49d22ac951f7b5aeaa376483e31a45c94c2e01f8 (patch) | |
tree | 35e5f52f6c3cee907e7bae3fadef8067d198fe36 /meta/recipes-connectivity | |
parent | ddac00a2359f9867d614ccffcfb25594fe92ca26 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb | 1 |
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 | ||
30 | FILES_${PN} = "${libdir}/gstreamer-0.10/lib*.so" | 31 | FILES_${PN} = "${libdir}/gstreamer-0.10/lib*.so" |