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:41:02 +0000 |
commit | 8df03f407f862efac33525b19621f56fc3f9f8f6 (patch) | |
tree | 3e75bb71516a2db740d3febe9211030e3611137c /meta/recipes-multimedia | |
parent | bfb4819480789cffccc4cc2f8786131806f9fd4b (diff) | |
download | poky-8df03f407f862efac33525b19621f56fc3f9f8f6.tar.gz |
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.
(From OE-Core rev: 91811bd26740a583b5111e4754e1d462793ca30c)
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/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 += " \ | |||
55 | ${GSTREAMER_1_0_ORC} \ | 55 | ${GSTREAMER_1_0_ORC} \ |
56 | " | 56 | " |
57 | 57 | ||
58 | FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs" | ||