* [PATCH 0/1] gst-plugin-bluetooth: remove systemd service file
@ 2014-10-31 3:22 Chong Lu
2014-10-31 3:22 ` [PATCH 1/1] " Chong Lu
0 siblings, 1 reply; 2+ messages in thread
From: Chong Lu @ 2014-10-31 3:22 UTC (permalink / raw)
To: openembedded-core
The following changes since commit f19b4e995ea47f9243f152b39337330307453c9f:
bitbake: bitbake: clarify startup message (2014-10-30 13:39:52 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib chonglu/gst
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/gst
Chong Lu (1):
gst-plugin-bluetooth: remove systemd service file
meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb | 1 +
1 file changed, 1 insertion(+)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] gst-plugin-bluetooth: remove systemd service file
2014-10-31 3:22 [PATCH 0/1] gst-plugin-bluetooth: remove systemd service file Chong Lu
@ 2014-10-31 3:22 ` Chong Lu
0 siblings, 0 replies; 2+ messages in thread
From: Chong Lu @ 2014-10-31 3:22 UTC (permalink / raw)
To: openembedded-core
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>
---
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"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-31 3:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 3:22 [PATCH 0/1] gst-plugin-bluetooth: remove systemd service file Chong Lu
2014-10-31 3:22 ` [PATCH 1/1] " Chong Lu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox