summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine_git.bb
diff options
context:
space:
mode:
authorJani Suonpera <jani.suonpera@qt.io>2020-11-03 12:43:11 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2020-11-17 07:09:19 +0200
commit72459ce0639eb3ce408558a7abede945e1f8ddc9 (patch)
tree775d465f8db9fab5c4202be3d4a17f9cead61ee2 /recipes-qt/qt5/qtwebengine_git.bb
parent6557244eca22a8722cf0fde2f3cc62f45cb72651 (diff)
downloadmeta-qt5-72459ce0639eb3ce408558a7abede945e1f8ddc9.tar.gz
Submodule update for 5.15v5.15.2
Modify patches for removing "Fuzz detected". Remove patches which already merged to upstream branch. Add depends jpeg-native and freetype-native. Task-number: QTBUG-86641 Change-Id: I40c6fed9b47d6a7749069554ea080db3e017f724 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index cd79a8a6..1d7fe83f 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -23,6 +23,8 @@ DEPENDS += " \
23 qtlocation \ 23 qtlocation \
24 libdrm fontconfig pixman openssl pango cairo icu pciutils nss \ 24 libdrm fontconfig pixman openssl pango cairo icu pciutils nss \
25 libcap \ 25 libcap \
26 jpeg-native \
27 freetype-native \
26 gperf-native \ 28 gperf-native \
27 ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa-lib', '', d)} \ 29 ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa-lib', '', d)} \
28 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcomposite libxcursor libxi libxrandr libxtst', '', d)} \ 30 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcomposite libxcursor libxi libxrandr libxtst', '', d)} \
@@ -43,7 +45,7 @@ SECURITY_STRINGFORMAT = ""
43 45
44# To use system ffmpeg you need to enable also libwebp, opus, vpx 46# To use system ffmpeg you need to enable also libwebp, opus, vpx
45# Only depenedencies available in oe-core are enabled by default 47# Only depenedencies available in oe-core are enabled by default
46PACKAGECONFIG ??= "libwebp libevent libpng \ 48PACKAGECONFIG ??= "libevent libpng \
47 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}" 49 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}"
48 50
49PACKAGECONFIG[icu] = "-feature-webengine-system-icu,-no-feature-webengine-system-icu,icu" 51PACKAGECONFIG[icu] = "-feature-webengine-system-icu,-no-feature-webengine-system-icu,icu"
@@ -142,7 +144,7 @@ RDEPENDS_${PN}-examples += " \
142 qtdeclarative-qmlplugins \ 144 qtdeclarative-qmlplugins \
143" 145"
144 146
145QT_MODULE_BRANCH_CHROMIUM = "80-based" 147QT_MODULE_BRANCH_CHROMIUM = "83-based"
146 148
147# Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.15 149# Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.15
148# 5.15.meta-qt5.7 150# 5.15.meta-qt5.7
@@ -163,7 +165,7 @@ SRC_URI += " \
163 file://chromium/0002-chromium-stack-pointer-clobber.patch;patchdir=src/3rdparty \ 165 file://chromium/0002-chromium-stack-pointer-clobber.patch;patchdir=src/3rdparty \
164 file://chromium/0003-chromium-fix-build-with-clang.patch;patchdir=src/3rdparty \ 166 file://chromium/0003-chromium-fix-build-with-clang.patch;patchdir=src/3rdparty \
165 file://chromium/0004-chromium-Exclude-CRC32-for-32bit-arm.patch;patchdir=src/3rdparty \ 167 file://chromium/0004-chromium-Exclude-CRC32-for-32bit-arm.patch;patchdir=src/3rdparty \
166 file://chromium/0005-chromium-Do-not-try-to-set-the-guessed-values-for-ma.patch;patchdir=src/3rdparty \ 168 file://chromium/0005-chromium-Do-not-try-to-set-the-guessed-values-for.patch;patchdir=src/3rdparty \
167 file://chromium/0006-chromium-aarch64-skia-build-fix.patch;patchdir=src/3rdparty \ 169 file://chromium/0006-chromium-aarch64-skia-build-fix.patch;patchdir=src/3rdparty \
168 file://chromium/0007-chromium-fix-build-after-y2038-changes-in-glibc.patch;patchdir=src/3rdparty \ 170 file://chromium/0007-chromium-fix-build-after-y2038-changes-in-glibc.patch;patchdir=src/3rdparty \
169 file://chromium/0008-chromium-Fix-build-on-32bit-arches-with-64bit-time_t.patch;patchdir=src/3rdparty \ 171 file://chromium/0008-chromium-Fix-build-on-32bit-arches-with-64bit-time_t.patch;patchdir=src/3rdparty \
@@ -180,7 +182,6 @@ SRC_URI_append_libc-musl = "\
180 file://chromium/0016-chromium-musl-use-off64_t-instead-of-the-internal-__.patch;patchdir=src/3rdparty \ 182 file://chromium/0016-chromium-musl-use-off64_t-instead-of-the-internal-__.patch;patchdir=src/3rdparty \
181 file://chromium/0017-chromium-musl-linux-glibc-make-the-distinction.patch;patchdir=src/3rdparty \ 183 file://chromium/0017-chromium-musl-linux-glibc-make-the-distinction.patch;patchdir=src/3rdparty \
182 file://chromium/0018-chromium-musl-allocator-Do-not-include-glibc_weak_sy.patch;patchdir=src/3rdparty \ 184 file://chromium/0018-chromium-musl-allocator-Do-not-include-glibc_weak_sy.patch;patchdir=src/3rdparty \
183 file://chromium/0019-chromium-musl-Use-correct-member-name-__si_fields-fr.patch;patchdir=src/3rdparty \
184 file://chromium/0020-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch;patchdir=src/3rdparty \ 185 file://chromium/0020-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch;patchdir=src/3rdparty \
185 file://chromium/0021-chromium-musl-Do-not-define-__sbrk-on-musl.patch;patchdir=src/3rdparty \ 186 file://chromium/0021-chromium-musl-Do-not-define-__sbrk-on-musl.patch;patchdir=src/3rdparty \
186 file://chromium/0022-chromium-musl-Adjust-default-pthread-stack-size.patch;patchdir=src/3rdparty \ 187 file://chromium/0022-chromium-musl-Adjust-default-pthread-stack-size.patch;patchdir=src/3rdparty \
@@ -190,8 +191,8 @@ SRC_URI_append_libc-musl = "\
190 file://chromium/0026-chromium-musl-initialize-msghdr-in-a-compatible-mann.patch;patchdir=src/3rdparty \ 191 file://chromium/0026-chromium-musl-initialize-msghdr-in-a-compatible-mann.patch;patchdir=src/3rdparty \
191" 192"
192 193
193SRCREV_qtwebengine = "9e4d1eb45d5c6299e79ac3f28282fd76f949980e" 194SRCREV_qtwebengine = "5537ff4437ea7a5f9ea140071343f88bf48deddc"
194SRCREV_chromium = "62bc475876cbae17e2e39175fe321780512e5951" 195SRCREV_chromium = "fb6ab5e483876298235be1c6a6013b426c82b759"
195SRCREV = "${SRCREV_qtwebengine}" 196SRCREV = "${SRCREV_qtwebengine}"
196 197
197SRCREV_FORMAT = "qtwebengine_chromium" 198SRCREV_FORMAT = "qtwebengine_chromium"