diff options
author | Marco Felsch <m.felsch@pengutronix.de> | 2019-01-18 13:53:19 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-02-08 22:18:59 +0000 |
commit | f6f61b07a4eae4c0d6540c7909cf009431cca80b (patch) | |
tree | ed5c465c686b64b7df7a17f3f150811338b34c5d /recipes-qt/qt5/qtwebengine/0002-chromium_overrides.cpp-Fix-build-with-plugins-and-oz.patch | |
parent | d055d6a279b4823582d7c9d81fcdba2f930456a3 (diff) | |
download | meta-qt5-f6f61b07a4eae4c0d6540c7909cf009431cca80b.tar.gz |
gstreamer1.0-plugins-good: fix qt5 dependency
Commit 73f99f2 ("gstreamer1.0-plugins-{good,bad}: move the qt5
PACKAGECONFIG from bad to good bbappend") just copied the bbappend file
without checking the dependencies.
The qt5 plugin needs the gl plugin which was moved in gstreamer 1.14
from bad to base. So the pyhton() function checking the PACKAGECONFIG_GL
isn't needed here, furthermore it causes bitbake errors:
0013: gl_packageconfig = d.getVar('PACKAGECONFIG_GL', expand=True)
0014: with open("/tmp/marcotest", "w") as f:
0015: print(gl_packageconfig, file=f)
0016: d.appendVar('PACKAGECONFIG', ' ' + gl_packageconfig)
*** 0017:}
Exception: TypeError: can only concatenate str (not "NoneType") to str
The patch removes the python() function to fix this and adds the
gstreamer1.0-plugins-base dependency to have access to the gl plugin.
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0002-chromium_overrides.cpp-Fix-build-with-plugins-and-oz.patch')
0 files changed, 0 insertions, 0 deletions