summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-02-11 18:06:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-14 08:41:02 +0000
commit5476ce3d742645654d23eeb966eade4c18d4cb1b (patch)
tree74c150c802c521a4e494fa2f87a63d28e5e9ea25 /meta/recipes-multimedia
parentf7495943c13537aa782ef173eed9fbc0bbdaeb40 (diff)
downloadast2050-yocto-poky-5476ce3d742645654d23eeb966eade4c18d4cb1b.zip
ast2050-yocto-poky-5476ce3d742645654d23eeb966eade4c18d4cb1b.tar.gz
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}. (From OE-Core rev: 4ea74059981bb4f22c55c75d9d9291f83227d609) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-package.inc2
1 files changed, 1 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud