[oe-commits] Ross Burton : gstreamer1.0-plugins-base: move data to the right subpackage

git at git.openembedded.org git at git.openembedded.org
Sat Feb 14 22:27:34 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 01977ba4adb30a403cbbd43142a1edc38b2bc429
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=01977ba4adb30a403cbbd43142a1edc38b2bc429

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Feb 11 17:03:51 2015 +0000

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 at intel.com>

---

 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
index 972ff18..eb5db46 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"



More information about the Openembedded-commits mailing list