diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-09-30 10:09:57 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-10-01 11:12:33 +0000 |
commit | 87a7f6539f6bd00087f6aaf3a2514054069bbd87 (patch) | |
tree | 8e177e869c3d901a88c1b2228b62ebc034338d98 /recipes | |
parent | 7faffd0a1f4800c50547c1aefddeb5db006b267f (diff) | |
download | meta-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_%.bbappend | 1 |
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 @@ | |||
1 | PACKAGECONFIG_append = " x264" | 1 | PACKAGECONFIG_append = " x264" |
2 | FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/*.prs" | ||