From: Ross Burton Date: Wed, 11 Feb 2015 18:06:29 +0000 (+0000) Subject: gstreamer-plugins: don't ship files in ${PN} X-Git-Tag: 2015-4~429 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4ea74059981bb4f22c55c75d9d9291f83227d609;p=openembedded-core.git 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 --- diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc index 586bd05ca9..bc33b0e5a5 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"