diff options
author | Ross Burton <ross.burton@intel.com> | 2015-02-11 17:19:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-14 08:40:37 +0000 |
commit | 91811bd26740a583b5111e4754e1d462793ca30c (patch) | |
tree | 5db31f265a1783a27c58df0689ffdaf436e64929 /meta | |
parent | 01977ba4adb30a403cbbd43142a1edc38b2bc429 (diff) | |
download | openembedded-core-91811bd26740a583b5111e4754e1d462793ca30c.tar.gz openembedded-core-91811bd26740a583b5111e4754e1d462793ca30c.tar.bz2 openembedded-core-91811bd26740a583b5111e4754e1d462793ca30c.zip |
gstreamer1.0-plugins-good: ship equaliser presets in right package
The equaliser presets were packaged into ${PN} which was rarely installed, so
move the files to the right subpackage.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index b33ab2b705..37217f004d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc @@ -55,3 +55,4 @@ EXTRA_OECONF += " \ ${GSTREAMER_1_0_ORC} \ " +FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs" |