summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine_git.bb
diff options
context:
space:
mode:
authorJani Suonpera <jani.suonpera@qt.io>2020-11-25 15:38:29 +0200
committerJani Suonpera <jani.suonpera@qt.io>2020-12-04 09:43:52 +0200
commit19d99b10df41b7875b3c788bc7a9d1a88734e644 (patch)
treedc987a79b9ad1810bedfa8221533b550cf1662cc /recipes-qt/qt5/qtwebengine_git.bb
parent545be38961a2e287c64f2ae607569e88da4bfa8b (diff)
parent7a9f639fbd632dbe23af95c7b8123a0b907c6179 (diff)
downloadmeta-qt5-19d99b10df41b7875b3c788bc7a9d1a88734e644.tar.gz
Merge remote-tracking branch 'qt/upstream/master' into 5.15
Task-number: QTBUG-88755 Change-Id: I7adf9d6bb5fb8a2b0893d1c4b142db73996f20b9
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb42
1 files changed, 24 insertions, 18 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 1d7fe83f..b00ba48c 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -21,7 +21,7 @@ DEPENDS += " \
21 qtwebchannel \ 21 qtwebchannel \
22 qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtquickcontrols2 \ 22 qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtquickcontrols2 \
23 qtlocation \ 23 qtlocation \
24 libdrm fontconfig pixman openssl pango cairo icu pciutils nss \ 24 libdrm fontconfig pixman openssl pango cairo pciutils nss \
25 libcap \ 25 libcap \
26 jpeg-native \ 26 jpeg-native \
27 freetype-native \ 27 freetype-native \
@@ -146,20 +146,22 @@ RDEPENDS_${PN}-examples += " \
146 146
147QT_MODULE_BRANCH_CHROMIUM = "83-based" 147QT_MODULE_BRANCH_CHROMIUM = "83-based"
148 148
149# Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.15 149# Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.15-glibc
150# 5.15.meta-qt5.7 150# 5.15-glibc.meta-qt5.8
151SRC_URI += " \ 151SRC_URI += " \
152 ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \ 152 ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \
153 file://0001-Force-host-toolchain-configuration.patch \ 153 file://0001-Force-host-toolchain-configuration.patch \
154" 154"
155# Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.15
156# 5.15-glibc.meta-qt5.8
155SRC_URI_append_libc-musl = "\ 157SRC_URI_append_libc-musl = "\
156 file://0002-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch \ 158 file://0002-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch \
157 file://0003-musl-link-against-libexecinfo.patch \ 159 file://0003-musl-link-against-libexecinfo.patch \
158 file://0004-mkspecs-Allow-builds-with-libc-glibc.patch \ 160 file://0004-mkspecs-Allow-builds-with-libc-glibc.patch \
159" 161"
160 162
161# Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/80-based 163# Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/80-based-glibc
162# 80-based.meta-qt5.3 164# 80-based-glibc.meta-qt5.4
163SRC_URI += " \ 165SRC_URI += " \
164 file://chromium/0001-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \ 166 file://chromium/0001-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \
165 file://chromium/0002-chromium-stack-pointer-clobber.patch;patchdir=src/3rdparty \ 167 file://chromium/0002-chromium-stack-pointer-clobber.patch;patchdir=src/3rdparty \
@@ -173,22 +175,26 @@ SRC_URI += " \
173 file://chromium/0010-chromium-Move-CharAllocator-definition-to-a-header-f.patch;patchdir=src/3rdparty \ 175 file://chromium/0010-chromium-Move-CharAllocator-definition-to-a-header-f.patch;patchdir=src/3rdparty \
174 file://chromium/0011-chromium-Include-cstddef-and-cstdint.patch;patchdir=src/3rdparty \ 176 file://chromium/0011-chromium-Include-cstddef-and-cstdint.patch;patchdir=src/3rdparty \
175 file://chromium/0012-chromium-Link-v8-with-libatomic-on-x86.patch;patchdir=src/3rdparty \ 177 file://chromium/0012-chromium-Link-v8-with-libatomic-on-x86.patch;patchdir=src/3rdparty \
178 file://chromium/0014-chromium-icu-use-system-library-only-targets.patch;patchdir=src/3rdparty \
179 file://chromium/0015-chromium-Fix-sandbox-Aw-snap-for-syscalls-403-and-40.patch;patchdir=src/3rdparty \
176" 180"
177 181
182# Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/80-based
183# 80-based.meta-qt5.4
178SRC_URI_append_libc-musl = "\ 184SRC_URI_append_libc-musl = "\
179 file://chromium/0013-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch;patchdir=src/3rdparty \ 185 file://chromium/0016-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch;patchdir=src/3rdparty \
180 file://chromium/0014-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch;patchdir=src/3rdparty \ 186 file://chromium/0017-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch;patchdir=src/3rdparty \
181 file://chromium/0015-chromium-musl-include-fcntl.h-for-loff_t.patch;patchdir=src/3rdparty \ 187 file://chromium/0018-chromium-musl-include-fcntl.h-for-loff_t.patch;patchdir=src/3rdparty \
182 file://chromium/0016-chromium-musl-use-off64_t-instead-of-the-internal-__.patch;patchdir=src/3rdparty \ 188 file://chromium/0019-chromium-musl-use-off64_t-instead-of-the-internal-__.patch;patchdir=src/3rdparty \
183 file://chromium/0017-chromium-musl-linux-glibc-make-the-distinction.patch;patchdir=src/3rdparty \ 189 file://chromium/0020-chromium-musl-linux-glibc-make-the-distinction.patch;patchdir=src/3rdparty \
184 file://chromium/0018-chromium-musl-allocator-Do-not-include-glibc_weak_sy.patch;patchdir=src/3rdparty \ 190 file://chromium/0021-chromium-musl-allocator-Do-not-include-glibc_weak_sy.patch;patchdir=src/3rdparty \
185 file://chromium/0020-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch;patchdir=src/3rdparty \ 191 file://chromium/0023-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch;patchdir=src/3rdparty \
186 file://chromium/0021-chromium-musl-Do-not-define-__sbrk-on-musl.patch;patchdir=src/3rdparty \ 192 file://chromium/0024-chromium-musl-Do-not-define-__sbrk-on-musl.patch;patchdir=src/3rdparty \
187 file://chromium/0022-chromium-musl-Adjust-default-pthread-stack-size.patch;patchdir=src/3rdparty \ 193 file://chromium/0025-chromium-musl-Adjust-default-pthread-stack-size.patch;patchdir=src/3rdparty \
188 file://chromium/0023-chromium-musl-Use-_fpstate-instead-of-_libc_fpstate-.patch;patchdir=src/3rdparty \ 194 file://chromium/0026-chromium-musl-Use-_fpstate-instead-of-_libc_fpstate-.patch;patchdir=src/3rdparty \
189 file://chromium/0024-chromium-musl-elf_reader.cc-include-sys-reg.h-to-get.patch;patchdir=src/3rdparty \ 195 file://chromium/0027-chromium-musl-elf_reader.cc-include-sys-reg.h-to-get.patch;patchdir=src/3rdparty \
190 file://chromium/0025-chromium-musl-pread-pwrite.patch;patchdir=src/3rdparty \ 196 file://chromium/0028-chromium-musl-pread-pwrite.patch;patchdir=src/3rdparty \
191 file://chromium/0026-chromium-musl-initialize-msghdr-in-a-compatible-mann.patch;patchdir=src/3rdparty \ 197 file://chromium/0029-chromium-musl-initialize-msghdr-in-a-compatible-mann.patch;patchdir=src/3rdparty \
192" 198"
193 199
194SRCREV_qtwebengine = "5537ff4437ea7a5f9ea140071343f88bf48deddc" 200SRCREV_qtwebengine = "5537ff4437ea7a5f9ea140071343f88bf48deddc"