summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 19583f91..830e6402 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -129,12 +129,18 @@ RDEPENDS_${PN}-examples += " \
129 129
130QT_MODULE_BRANCH_CHROMIUM = "56-based" 130QT_MODULE_BRANCH_CHROMIUM = "56-based"
131 131
132# Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.9
132SRC_URI += " \ 133SRC_URI += " \
133 ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \ 134 ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \
134 file://0001-functions.prf-allow-build-for-linux-oe-g-platform.patch \ 135 file://0001-functions.prf-allow-build-for-linux-oe-g-platform.patch \
135 file://0002-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch \ 136 file://0002-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch \
136 file://0003-Include-dependency-to-QCoreApplication-translate.patch \ 137 file://0003-Include-dependency-to-QCoreApplication-translate.patch \
137 file://0004-Force-host-toolchain-configuration.patch \ 138 file://0004-Force-host-toolchain-configuration.patch \
139 file://0005-Always-compile-QWebEnginePage-print.patch \
140"
141
142# Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/56-based
143SRC_URI += " \
138 file://0001-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch;patchdir=src/3rdparty \ 144 file://0001-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch;patchdir=src/3rdparty \
139 file://0002-chromium-Force-host-toolchain-configuration.patch;patchdir=src/3rdparty \ 145 file://0002-chromium-Force-host-toolchain-configuration.patch;patchdir=src/3rdparty \
140" 146"