summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-09-30 10:09:57 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-10-01 11:12:33 +0000
commit87a7f6539f6bd00087f6aaf3a2514054069bbd87 (patch)
tree8e177e869c3d901a88c1b2228b62ebc034338d98 /recipes
parent7faffd0a1f4800c50547c1aefddeb5db006b267f (diff)
downloadmeta-boot2qt-87a7f6539f6bd00087f6aaf3a2514054069bbd87.tar.gz
gstreamer: default to gstreamer 1.0
Fix QA error with gstreamer plugins: ERROR: QA Issue: gstreamer1.0-plugins-ugly: Files/directories were installed but not shipped Emulator does not actually provide opengl, so remove it from DISTRO_FEATURES. gstreamer1.0-plugins-bad build would otherwise fail. Change-Id: I88e157f29ab1a29055fcbd4d2cd7850ca43efead Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gstreamer/gstreamer1.0-plugins-ugly_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gstreamer/gstreamer1.0-plugins-ugly_%.bbappend b/recipes/gstreamer/gstreamer1.0-plugins-ugly_%.bbappend
index eee313b..cff6298 100644
--- a/recipes/gstreamer/gstreamer1.0-plugins-ugly_%.bbappend
+++ b/recipes/gstreamer/gstreamer1.0-plugins-ugly_%.bbappend
@@ -1 +1,2 @@
1PACKAGECONFIG_append = " x264" 1PACKAGECONFIG_append = " x264"
2FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/*.prs"