diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 1d1763d0..80928a4d 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -121,10 +121,10 @@ RDEPENDS_${PN}-examples += " \ | |||
121 | qtdeclarative-qmlplugins \ | 121 | qtdeclarative-qmlplugins \ |
122 | " | 122 | " |
123 | 123 | ||
124 | QT_MODULE_BRANCH_CHROMIUM = "63-based" | 124 | QT_MODULE_BRANCH_CHROMIUM = "65-based" |
125 | 125 | ||
126 | # Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.11 | 126 | # Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.11 |
127 | # 5.11.meta-qt5.1 | 127 | # 5.11.meta-qt5.2 |
128 | SRC_URI += " \ | 128 | SRC_URI += " \ |
129 | ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \ | 129 | ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \ |
130 | file://0001-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch \ | 130 | file://0001-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch \ |
@@ -136,8 +136,8 @@ SRC_URI_append_libc-musl = "\ | |||
136 | file://0005-musl-link-against-libexecinfo.patch \ | 136 | file://0005-musl-link-against-libexecinfo.patch \ |
137 | " | 137 | " |
138 | 138 | ||
139 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/63-based | 139 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/65-based |
140 | # 63-based.meta-qt5.1 | 140 | # 65-based.meta-qt5.2 |
141 | SRC_URI += " \ | 141 | SRC_URI += " \ |
142 | file://0001-chromium-Force-host-toolchain-configuration.patch;patchdir=src/3rdparty \ | 142 | file://0001-chromium-Force-host-toolchain-configuration.patch;patchdir=src/3rdparty \ |
143 | file://0002-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \ | 143 | file://0002-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \ |
@@ -158,8 +158,8 @@ SRC_URI_append_libc-musl = "\ | |||
158 | file://0014-chromium-musl-tcmalloc-Use-off64_t-insread-of-__off6.patch;patchdir=src/3rdparty \ | 158 | file://0014-chromium-musl-tcmalloc-Use-off64_t-insread-of-__off6.patch;patchdir=src/3rdparty \ |
159 | " | 159 | " |
160 | 160 | ||
161 | SRCREV_qtwebengine = "732d09331c1e4efa51501aae9bcd6924eecdd5c3" | 161 | SRCREV_qtwebengine = "b7e5722cce95730004ef6cb9f4aabde5bbd5685d" |
162 | SRCREV_chromium = "3fa04d22883e42bd987e4f83d394a1040b410024" | 162 | SRCREV_chromium = "e173cb17d97aa3c2065189275c85db79eb7d1748" |
163 | SRCREV = "${SRCREV_qtwebengine}" | 163 | SRCREV = "${SRCREV_qtwebengine}" |
164 | 164 | ||
165 | SRCREV_FORMAT = "qtwebengine_chromium" | 165 | SRCREV_FORMAT = "qtwebengine_chromium" |