diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-11 10:20:35 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-12 10:25:33 +0200 |
commit | c2768bd4e5dffb22126c0bd1f40638c9a74295fd (patch) | |
tree | 923b028b03e66b94079e40a760b8db3e781ad95b /recipes-qt/qt5/qtwebengine_git.bb | |
parent | 00d72cd892b2c7edb3c0c158f0f2f5f5ecd41887 (diff) | |
download | meta-qt5-c2768bd4e5dffb22126c0bd1f40638c9a74295fd.tar.gz |
qtwebengine: fix build with gcc7
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index ca5d2636..e319a01f 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -114,8 +114,10 @@ SRC_URI += " \ | |||
114 | file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \ | 114 | file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \ |
115 | file://0004-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch \ | 115 | file://0004-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch \ |
116 | file://0005-Include-dependency-to-QCoreApplication-translate.patch \ | 116 | file://0005-Include-dependency-to-QCoreApplication-translate.patch \ |
117 | file://0001-chromium-base.gypi-include-atomicops_internals_x86_g.patch \ | 117 | file://0001-chromium-base.gypi-include-atomicops_internals_x86_g.patch;patchdir=src/3rdparty \ |
118 | file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \ | 118 | file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch;patchdir=src/3rdparty \ |
119 | file://0003-chromium-v8-fix-build-with-gcc7.patch;patchdir=src/3rdparty \ | ||
120 | file://0004-chromium-WebKit-fix-build-with-gcc7.patch;patchdir=src/3rdparty \ | ||
119 | " | 121 | " |
120 | 122 | ||
121 | SRCREV_qtwebengine = "d740d6a7dbfec387752c7bc8a8b06db0e757c9dc" | 123 | SRCREV_qtwebengine = "d740d6a7dbfec387752c7bc8a8b06db0e757c9dc" |