[oe-commits] Ross Burton : gstreamer-plugins: don't ship files in ${PN}

git at git.openembedded.org git at git.openembedded.org
Sat Feb 14 22:27:35 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 4ea74059981bb4f22c55c75d9d9291f83227d609
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4ea74059981bb4f22c55c75d9d9291f83227d609

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Feb 11 18:06:29 2015 +0000

gstreamer-plugins: don't ship files in ${PN}

${PN} generally should be empty as every file the GStreamer packages ship is
owned by a particular plugin or library, so enforce this behaviour by unsetting
FILES_${PN}.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-multimedia/gstreamer/gst-plugins-package.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
index 586bd05..bc33b0e 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
@@ -53,7 +53,7 @@ FILES_${PN}-apps = "${bindir}"
 RDEPENDS_${PN}-apps += "perl"
 RRECOMMENDS_${PN} += "${PN}-meta"
 
-FILES_${PN} = "${datadir}/gstreamer-${LIBV}"
+FILES_${PN} = ""
 FILES_${PN}-dbg += "${libdir}/gstreamer-${LIBV}/.debug"
 FILES_${PN}-glib = "${datadir}/glib-2.0"
 



More information about the Openembedded-commits mailing list