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>
This commit is contained in:
Ross Burton 2015-02-11 18:06:29 +00:00 committed by Richard Purdie
parent f7495943c1
commit 5476ce3d74

View 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"