diff options
author | Ross Burton <ross.burton@intel.com> | 2015-02-11 17:03:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-14 08:40:37 +0000 |
commit | 01977ba4adb30a403cbbd43142a1edc38b2bc429 (patch) | |
tree | e5bab2b315542d29fac47ffd9b722941b9324bd8 /meta/recipes-multimedia/gstreamer | |
parent | 8e1009a3b128c9a00c183f89f98d9458f21cf6c0 (diff) | |
download | openembedded-core-01977ba4adb30a403cbbd43142a1edc38b2bc429.tar.gz openembedded-core-01977ba4adb30a403cbbd43142a1edc38b2bc429.tar.bz2 openembedded-core-01977ba4adb30a403cbbd43142a1edc38b2bc429.zip |
gstreamer1.0-plugins-base: move data to the right subpackage
The libgsttag library has a data file that was packaged in
gstreamer1.0-plugins-base, so was never actually installed.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc index 972ff18160..eb5db466ab 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc @@ -35,6 +35,6 @@ EXTRA_OECONF += " \ ${GSTREAMER_1_0_ORC} \ " -FILES_${PN} += "${datadir}/gst-plugins-base" +FILES_libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict" CACHED_CONFIGUREVARS_append_i586 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no" |