]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer-plugins: don't ship files in ${PN}
authorRoss Burton <ross.burton@intel.com>
Wed, 11 Feb 2015 18:06:29 +0000 (18:06 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Feb 2015 08:40:37 +0000 (08:40 +0000)
${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@intel.com>
meta/recipes-multimedia/gstreamer/gst-plugins-package.inc

index 586bd05ca9d0f294d6a0055d6a0dcbd01ef5e5a8..bc33b0e5a5962e45bedb456174e8fbd31401d5e2 100644 (file)
@@ -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"