mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-16 12:12:07 +02:00
qtwebengine: refresh the patches
* update to match https://github.com/meta-qt5/qtwebengine/commits/b5.15-glibc 5.15-glibc.meta-qt5.9 https://github.com/meta-qt5/qtwebengine/commits/b5.15 5.15.meta-qt5.9 https://github.com/meta-qt5/qtwebengine-chromium/commits/83-based-glibc 83-based-glibc.meta-qt5.1 https://github.com/meta-qt5/qtwebengine-chromium/commits/83-based 83-based.meta-qt5.1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin 'JaMa' Jansa
parent
2af63b4415
commit
a66af33920
@@ -1,4 +1,4 @@
|
||||
From a6f536ce5753e95d2ecfd392ebc7deb37aceea09 Mon Sep 17 00:00:00 2001
|
||||
From efcb303585f8ebae43767ab284d1e808d44d290f Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Wed, 15 Mar 2017 13:53:28 +0200
|
||||
Subject: [PATCH] Force host toolchain configuration
|
||||
@@ -19,10 +19,10 @@ Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
|
||||
3 files changed, 10 insertions(+), 10 deletions(-)
|
||||
|
||||
diff --git a/src/buildtools/config/linux.pri b/src/buildtools/config/linux.pri
|
||||
index 455a2e3c..6178d860 100644
|
||||
index 56c18bdb..ea6142a6 100644
|
||||
--- a/src/buildtools/config/linux.pri
|
||||
+++ b/src/buildtools/config/linux.pri
|
||||
@@ -122,7 +122,7 @@ contains(QT_ARCH, "mips") {
|
||||
@@ -118,7 +118,7 @@ contains(QT_ARCH, "mips") {
|
||||
|
||||
host_build {
|
||||
gn_args += custom_toolchain=\"$$QTWEBENGINE_OUT_ROOT/src/toolchain:host\"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 8e1f112ba2cef3a7752263259921372d62324469 Mon Sep 17 00:00:00 2001
|
||||
From 4d816d872fbb635ac5a6d263218634b7027fa0f9 Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Tue, 12 Dec 2017 16:06:14 +0200
|
||||
Subject: [PATCH] musl: don't use pvalloc as it's not available on musl
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From cc707f6c2d3dd152fcca23de0545351e99b3edcb Mon Sep 17 00:00:00 2001
|
||||
From 5ff62acfe5882c39dcd9154dbb9bd631b10c20ab Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Thu, 14 Dec 2017 11:28:10 +0200
|
||||
Subject: [PATCH] musl: link against libexecinfo
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 5994177219f97ac3eac35539b281c507dc65ed41 Mon Sep 17 00:00:00 2001
|
||||
From b52d58e204ffcb3dcd55ddee390d256cfbb1b54b Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Tue, 12 Nov 2019 19:53:59 -0800
|
||||
Subject: [PATCH] mkspecs: Allow builds with libc != glibc
|
||||
@@ -10,10 +10,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
2 files changed, 1 insertion(+), 7 deletions(-)
|
||||
|
||||
diff --git a/src/buildtools/config/support.pri b/src/buildtools/config/support.pri
|
||||
index 6768f0a1..1885f1b4 100644
|
||||
index e192f877..49ad4bf3 100644
|
||||
--- a/src/buildtools/config/support.pri
|
||||
+++ b/src/buildtools/config/support.pri
|
||||
@@ -177,10 +177,6 @@ defineTest(qtwebengine_checkForHostPkgCfg) {
|
||||
@@ -181,10 +181,6 @@ defineTest(qtwebengine_checkForHostPkgCfg) {
|
||||
|
||||
defineTest(qtwebengine_checkForGlibc) {
|
||||
module = $$1
|
||||
@@ -25,10 +25,10 @@ index 6768f0a1..1885f1b4 100644
|
||||
}
|
||||
|
||||
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
|
||||
index 96727a14..fef8fc5e 100644
|
||||
index 1ca6214a..b352e675 100644
|
||||
--- a/src/buildtools/configure.json
|
||||
+++ b/src/buildtools/configure.json
|
||||
@@ -371,7 +371,6 @@
|
||||
@@ -376,7 +376,6 @@
|
||||
&& (!config.sanitizer || features.webengine-sanitizer)
|
||||
&& (!config.linux || features.pkg-config)
|
||||
&& (!config.linux || features.webengine-host-pkg-config)
|
||||
@@ -36,7 +36,7 @@ index 96727a14..fef8fc5e 100644
|
||||
&& (!config.linux || features.webengine-system-khr)
|
||||
&& (!config.linux || features.webengine-system-nss)
|
||||
&& (!config.linux || features.webengine-system-dbus)
|
||||
@@ -732,8 +731,7 @@
|
||||
@@ -743,8 +742,7 @@
|
||||
"webengine-system-fontconfig",
|
||||
"webengine-system-dbus",
|
||||
"webengine-system-nss",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 5af62581e5116b57efbe4bb7cc467efeb0aab941 Mon Sep 17 00:00:00 2001
|
||||
From 0e5ecca67b6a9fb71bb200af534f22cb820ac652 Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Thu, 30 Mar 2017 11:37:24 +0300
|
||||
Subject: [PATCH] chromium: workaround for too long .rps file name
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 8dd7987fc70fd8dab4a9f7ee32334c8d28ed34e4 Mon Sep 17 00:00:00 2001
|
||||
From 1af3e18800c3be5c4fbe1aa96fc1a0c454d89817 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sun, 23 Dec 2018 16:58:04 -0800
|
||||
Subject: [PATCH] chromium: stack pointer clobber
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From be18ba6e0b879fbd542f4e0d1a249f2ab5abb27c Mon Sep 17 00:00:00 2001
|
||||
From 52bcf1b214cd39139fdd547fef514acaf19bd3f8 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sat, 2 Feb 2019 19:28:59 -0800
|
||||
Subject: [PATCH] chromium: fix build with clang
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 7eeed60fceeca490c5252e256baff08100e13259 Mon Sep 17 00:00:00 2001
|
||||
From 1572f98f6be6ac77a45dfd5442b2f6ba1a03e360 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Tue, 5 Feb 2019 14:32:20 -0800
|
||||
Subject: [PATCH] chromium: Exclude CRC32 for 32bit arm
|
||||
@@ -15,10 +15,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/chromium/third_party/zlib/BUILD.gn b/chromium/third_party/zlib/BUILD.gn
|
||||
index 00d1e7c6ca3..f2c36d72dd2 100644
|
||||
index fb2a35e87f2..6cca80181ed 100644
|
||||
--- a/chromium/third_party/zlib/BUILD.gn
|
||||
+++ b/chromium/third_party/zlib/BUILD.gn
|
||||
@@ -86,8 +86,11 @@ if (use_arm_neon_optimizations) {
|
||||
@@ -89,8 +89,11 @@ if (use_arm_neon_optimizations) {
|
||||
# Disabled for iPhone, as described in DDI0487C_a_armv8_arm:
|
||||
# "All implementations of the ARMv8.1 architecture are required to
|
||||
# implement the CRC32* instructions. These are optional in ARMv8.0."
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 0faac107930255380ea07aa75267153022de2248 Mon Sep 17 00:00:00 2001
|
||||
From 4e0bc86764ac1e324c50e698b47c630efab07632 Mon Sep 17 00:00:00 2001
|
||||
From: Johannes Pointner <johannes.pointner@br-automation.com>
|
||||
Date: Fri, 3 May 2019 09:12:38 +0200
|
||||
Subject: [PATCH] chromium: Do not try to set the guessed values for
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 69abe5acb926cef9ac771015ade3873fa9985f3b Mon Sep 17 00:00:00 2001
|
||||
From 2eab9281d34bf53fd5a4b58184f9e165e27f9eaf Mon Sep 17 00:00:00 2001
|
||||
From: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
|
||||
Date: Thu, 8 Mar 2018 15:39:55 +0100
|
||||
Subject: [PATCH] chromium: aarch64 skia build fix
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 8a0cc2a6be8fb9f8c3f4976ad4b41b291e672a67 Mon Sep 17 00:00:00 2001
|
||||
From 3be4bd9030c774e5e06abd5e74f9f5465510b2db Mon Sep 17 00:00:00 2001
|
||||
From: Jiri Slaby <jslaby@suse.cz>
|
||||
Date: Thu, 11 Jul 2019 09:35:13 +0200
|
||||
Subject: [PATCH] chromium: fix build after y2038 changes in glibc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From ddedffaeb9f04ac8530f87f5010e0008dc548b96 Mon Sep 17 00:00:00 2001
|
||||
From e61af5f5bc6a14a3e77373eee1055cd15c54797f Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sat, 30 Nov 2019 10:07:43 -0800
|
||||
Subject: [PATCH] chromium: Fix build on 32bit arches with 64bit time_t
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 022100d701dca71ecfe237e133712398bc1c59a7 Mon Sep 17 00:00:00 2001
|
||||
From 533788149c8b24d7da2702866594cd7a44c8f571 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Wed, 25 Dec 2019 15:41:16 -0800
|
||||
Subject: [PATCH] chromium: Include cstddef for size_t definition
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 9d9db26e626e1c8d4d10eab1522daf0efc8cb11c Mon Sep 17 00:00:00 2001
|
||||
From ec96f37700a45c317027ad917a835e1eac2169fc Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Thu, 2 Jan 2020 17:13:55 -0800
|
||||
Subject: [PATCH] chromium: Move CharAllocator definition to a header file
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 1b8d57ba6595bbd743f6570d834f6a08600fb117 Mon Sep 17 00:00:00 2001
|
||||
From 93a8a2a4c33ffece095ab3438eb3c7a4f60ead34 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Wed, 15 Jan 2020 16:53:46 -0800
|
||||
Subject: [PATCH] chromium: Include <cstddef> and <cstdint>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From e60314a1257964bbebc0e7633d9799fd7c7ec35b Mon Sep 17 00:00:00 2001
|
||||
From 15e16b5f8405a402b94bd1be48d1eabff474795f Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sat, 1 Feb 2020 12:17:23 -0800
|
||||
Subject: [PATCH] chromium: Link v8 with libatomic on x86
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 344e8a3945a29239dd2f27ea4969e3d64d5d8911 Mon Sep 17 00:00:00 2001
|
||||
From f0aebd4351e729d281fb597627ff87cbe8a67dd0 Mon Sep 17 00:00:00 2001
|
||||
From: Andrej Valek <andrej.valek@siemens.com>
|
||||
Date: Fri, 17 Apr 2020 09:43:32 +0200
|
||||
Subject: [PATCH] chromium: icu: use system library only targets
|
||||
@@ -1,4 +1,4 @@
|
||||
From 5aa69767be0fbbc7a3a5075c6c94366a535c99a8 Mon Sep 17 00:00:00 2001
|
||||
From d073427b25915e1784c3d74296b68fef0076ceb0 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Mon, 20 Apr 2020 23:56:48 +0200
|
||||
Subject: [PATCH] chromium: Fix sandbox 'Aw, snap' for syscalls 403 and 407
|
||||
@@ -48,7 +48,7 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
5 files changed, 36 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc b/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc
|
||||
index 768025ce192..87025d91785 100644
|
||||
index 712f9699a94..2a80dd2d2b3 100644
|
||||
--- a/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc
|
||||
+++ b/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc
|
||||
@@ -148,7 +148,14 @@ ResultExpr EvaluateSyscallImpl(int fs_denied_errno,
|
||||
@@ -68,7 +68,7 @@ index 768025ce192..87025d91785 100644
|
||||
}
|
||||
|
||||
diff --git a/chromium/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions_unittests.cc b/chromium/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions_unittests.cc
|
||||
index 76193b62c9f..7731c697002 100644
|
||||
index b6c8c637746..81972a9d998 100644
|
||||
--- a/chromium/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions_unittests.cc
|
||||
+++ b/chromium/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions_unittests.cc
|
||||
@@ -60,6 +60,12 @@ class RestrictClockIdPolicy : public bpf_dsl::Policy {
|
||||
@@ -1,4 +1,4 @@
|
||||
From 0dbcdee3ccc23d3a6c9e66b5abc3fb3d1ccbc297 Mon Sep 17 00:00:00 2001
|
||||
From d6a03a1de746c5fc460f3e63fe2ceec050663da4 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 14:01:12 -0700
|
||||
Subject: [PATCH] chromium: musl: sandbox: Define TEMP_FAILURE_RETRY if not
|
||||
@@ -12,7 +12,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
1 file changed, 9 insertions(+)
|
||||
|
||||
diff --git a/chromium/sandbox/linux/suid/sandbox.c b/chromium/sandbox/linux/suid/sandbox.c
|
||||
index 854819bfbb4..a99d32741d0 100644
|
||||
index 5fdb4817af8..e5b9431daa0 100644
|
||||
--- a/chromium/sandbox/linux/suid/sandbox.c
|
||||
+++ b/chromium/sandbox/linux/suid/sandbox.c
|
||||
@@ -46,6 +46,15 @@ static bool DropRoot();
|
||||
@@ -1,4 +1,4 @@
|
||||
From bbb23eb876e1f4500e7c8fd716a73351ad660725 Mon Sep 17 00:00:00 2001
|
||||
From 73d501e0503fc5a9a2229933f976c713b6e7f28a Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 14:09:06 -0700
|
||||
Subject: [PATCH] chromium: musl: Avoid mallinfo() APIs on non-glibc/linux
|
||||
@@ -31,7 +31,7 @@ index 044bd8d244f..cec43e1d59b 100644
|
||||
return 0;
|
||||
#endif
|
||||
diff --git a/chromium/base/trace_event/malloc_dump_provider.cc b/chromium/base/trace_event/malloc_dump_provider.cc
|
||||
index 7e42cfc20bb..4e24fc711ad 100644
|
||||
index 1bf34c9d9ea..00e46d30b3a 100644
|
||||
--- a/chromium/base/trace_event/malloc_dump_provider.cc
|
||||
+++ b/chromium/base/trace_event/malloc_dump_provider.cc
|
||||
@@ -77,6 +77,7 @@ MallocDumpProvider::~MallocDumpProvider() = default;
|
||||
@@ -42,7 +42,7 @@ index 7e42cfc20bb..4e24fc711ad 100644
|
||||
{
|
||||
base::AutoLock auto_lock(emit_metrics_on_memory_dump_lock_);
|
||||
if (!emit_metrics_on_memory_dump_)
|
||||
@@ -175,6 +176,7 @@ bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args,
|
||||
@@ -170,6 +171,7 @@ bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args,
|
||||
MemoryAllocatorDump::kUnitsBytes,
|
||||
resident_size - allocated_objects_size);
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
From d1d6bd4260eb847c1493a8ce4a974bb8d8ee0218 Mon Sep 17 00:00:00 2001
|
||||
From 181e65fb3a39ad4fb08c676b0ee67d887aeb68c7 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 14:37:49 -0700
|
||||
Subject: [PATCH] chromium: musl: include fcntl.h for loff_t
|
||||
@@ -1,4 +1,4 @@
|
||||
From 7cf2404330f7888f3cc8a25becfe944cc2fc421e Mon Sep 17 00:00:00 2001
|
||||
From 486e9c6aa16c9f2ea69a454bacbb15a11c0f96f2 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 14:38:37 -0700
|
||||
Subject: [PATCH] chromium: musl: use off64_t instead of the internal __off64_t
|
||||
@@ -1,4 +1,4 @@
|
||||
From 350b57a5cad7c655ccb68a8b4b91e7d32021a1d7 Mon Sep 17 00:00:00 2001
|
||||
From 4d4ec444217441b360e0ed7d784558b8acbcd4ab Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 14:54:38 -0700
|
||||
Subject: [PATCH] chromium: musl: linux != glibc, make the distinction
|
||||
@@ -1,4 +1,4 @@
|
||||
From 68decc5d87b4eb013f1455fc4f81f67f926fa3b2 Mon Sep 17 00:00:00 2001
|
||||
From a07b5244ac103dd49c3deab81b6bed7589f5384e Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 15:09:02 -0700
|
||||
Subject: [PATCH] chromium: musl: allocator: Do not include glibc_weak_symbols
|
||||
@@ -1,4 +1,4 @@
|
||||
From fea443adcea6e081cfee94a19c75e7b0516e1bce Mon Sep 17 00:00:00 2001
|
||||
From 50a0f95d35c5180ee04fd66ec5135bf020acdad2 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 15:27:50 -0700
|
||||
Subject: [PATCH] chromium: musl: Define res_ninit and res_nclose for non-glibc
|
||||
@@ -13,7 +13,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
create mode 100644 chromium/net/dns/resolv_compat.h
|
||||
|
||||
diff --git a/chromium/net/dns/dns_config_service_posix.cc b/chromium/net/dns/dns_config_service_posix.cc
|
||||
index 2e0f06b0c1e..aaafef77d79 100644
|
||||
index eaa5336c339..18b40d7d005 100644
|
||||
--- a/chromium/net/dns/dns_config_service_posix.cc
|
||||
+++ b/chromium/net/dns/dns_config_service_posix.cc
|
||||
@@ -29,6 +29,10 @@
|
||||
@@ -1,4 +1,4 @@
|
||||
From 64e79d346a2038b976f5bafe2b0b2032b1628229 Mon Sep 17 00:00:00 2001
|
||||
From 095231f601a93c46408364d9ffd1378a14cc8d83 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 15:39:57 -0700
|
||||
Subject: [PATCH] chromium: musl: Do not define __sbrk on musl
|
||||
@@ -1,19 +1,19 @@
|
||||
From cecdf34d89110115948cfde44c04a43c9925b24a Mon Sep 17 00:00:00 2001
|
||||
From c24db93fd5fa5728da55448865ba6bb4d6355491 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 16:41:23 -0700
|
||||
Subject: [PATCH] chromium: musl: Adjust default pthread stack size
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
chromium/base/threading/platform_thread_linux.cc | 3 ++-
|
||||
chromium/third_party/blink/renderer/platform/wtf/stack_util.cc | 2 +-
|
||||
2 files changed, 3 insertions(+), 2 deletions(-)
|
||||
chromium/base/threading/platform_thread_linux.cc | 3 ++-
|
||||
.../third_party/blink/renderer/platform/wtf/stack_util.cc | 4 ++--
|
||||
2 files changed, 4 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/chromium/base/threading/platform_thread_linux.cc b/chromium/base/threading/platform_thread_linux.cc
|
||||
index 74a01ad5af5..dab5773d73b 100644
|
||||
index 095c49b8dc0..d1479b54d48 100644
|
||||
--- a/chromium/base/threading/platform_thread_linux.cc
|
||||
+++ b/chromium/base/threading/platform_thread_linux.cc
|
||||
@@ -377,7 +377,8 @@ void TerminateOnThread() {}
|
||||
@@ -186,7 +186,8 @@ void TerminateOnThread() {}
|
||||
|
||||
size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) {
|
||||
#if !defined(THREAD_SANITIZER)
|
||||
@@ -24,10 +24,10 @@ index 74a01ad5af5..dab5773d73b 100644
|
||||
// ThreadSanitizer bloats the stack heavily. Evidence has been that the
|
||||
// default stack size isn't enough for some browser tests.
|
||||
diff --git a/chromium/third_party/blink/renderer/platform/wtf/stack_util.cc b/chromium/third_party/blink/renderer/platform/wtf/stack_util.cc
|
||||
index ab1dff4167e..b0763b0bd9a 100644
|
||||
index 1aaaa1c60d2..f49152fa6ac 100644
|
||||
--- a/chromium/third_party/blink/renderer/platform/wtf/stack_util.cc
|
||||
+++ b/chromium/third_party/blink/renderer/platform/wtf/stack_util.cc
|
||||
@@ -29,7 +29,7 @@ size_t GetUnderestimatedStackSize() {
|
||||
@@ -28,7 +28,7 @@ size_t GetUnderestimatedStackSize() {
|
||||
// FIXME: On Mac OSX and Linux, this method cannot estimate stack size
|
||||
// correctly for the main thread.
|
||||
|
||||
@@ -36,7 +36,7 @@ index ab1dff4167e..b0763b0bd9a 100644
|
||||
defined(OS_FUCHSIA)
|
||||
// pthread_getattr_np() can fail if the thread is not invoked by
|
||||
// pthread_create() (e.g., the main thread of blink_unittests).
|
||||
@@ -97,7 +97,7 @@ return Threading::ThreadStackSize();
|
||||
@@ -96,7 +96,7 @@ return Threading::ThreadStackSize();
|
||||
}
|
||||
|
||||
void* GetStackStart() {
|
||||
@@ -1,4 +1,4 @@
|
||||
From ae4187267b4d0d2ff13a6593b69ca06cee321eea Mon Sep 17 00:00:00 2001
|
||||
From 01c128d575571f525a586fa769debf62826db888 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Tue, 25 Sep 2018 12:35:07 -0700
|
||||
Subject: [PATCH] chromium: musl: Use _fpstate instead of _libc_fpstate on
|
||||
@@ -1,4 +1,4 @@
|
||||
From f12f5d2dc91548ca77b296a0be3705aacc9fca33 Mon Sep 17 00:00:00 2001
|
||||
From 426b9ef79898e82ee04cfbe7c19746bdfd1c92ac Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Tue, 25 Sep 2018 12:59:05 -0700
|
||||
Subject: [PATCH] chromium: musl: elf_reader.cc: include <sys/reg.h> to get
|
||||
@@ -1,4 +1,4 @@
|
||||
From 3269ffba733ed7eeb7c2c36912dd19ca1ef35f8b Mon Sep 17 00:00:00 2001
|
||||
From 1506681955d4f7a70372cb27bf47dddd1ca00954 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sun, 23 Dec 2018 16:58:04 -0800
|
||||
Subject: [PATCH] chromium: musl: pread pwrite
|
||||
@@ -1,4 +1,4 @@
|
||||
From 0b04cbd5b93908bad4dfc6d829048fe90a09b868 Mon Sep 17 00:00:00 2001
|
||||
From 2e220677883ce371119b9b07b2a90ff6bde1b6d3 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sun, 10 May 2020 08:16:01 -0700
|
||||
Subject: [PATCH] chromium: musl: initialize msghdr in a compatible manner
|
||||
@@ -147,21 +147,21 @@ RDEPENDS_${PN}-examples += " \
|
||||
QT_MODULE_BRANCH_CHROMIUM = "83-based"
|
||||
|
||||
# Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.15-glibc
|
||||
# 5.15-glibc.meta-qt5.8
|
||||
# 5.15-glibc.meta-qt5.9
|
||||
SRC_URI += " \
|
||||
${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \
|
||||
file://0001-Force-host-toolchain-configuration.patch \
|
||||
"
|
||||
# Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.15
|
||||
# 5.15-glibc.meta-qt5.8
|
||||
# 5.15.meta-qt5.9
|
||||
SRC_URI_append_libc-musl = "\
|
||||
file://0002-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch \
|
||||
file://0003-musl-link-against-libexecinfo.patch \
|
||||
file://0004-mkspecs-Allow-builds-with-libc-glibc.patch \
|
||||
"
|
||||
|
||||
# Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/80-based-glibc
|
||||
# 80-based-glibc.meta-qt5.4
|
||||
# Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/83-based-glibc
|
||||
# 83-based-glibc.meta-qt5.1
|
||||
SRC_URI += " \
|
||||
file://chromium/0001-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0002-chromium-stack-pointer-clobber.patch;patchdir=src/3rdparty \
|
||||
@@ -175,26 +175,26 @@ SRC_URI += " \
|
||||
file://chromium/0010-chromium-Move-CharAllocator-definition-to-a-header-f.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0011-chromium-Include-cstddef-and-cstdint.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0012-chromium-Link-v8-with-libatomic-on-x86.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0014-chromium-icu-use-system-library-only-targets.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0015-chromium-Fix-sandbox-Aw-snap-for-syscalls-403-and-40.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0013-chromium-icu-use-system-library-only-targets.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0014-chromium-Fix-sandbox-Aw-snap-for-syscalls-403-and-40.patch;patchdir=src/3rdparty \
|
||||
"
|
||||
|
||||
# Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/80-based
|
||||
# 80-based.meta-qt5.4
|
||||
# Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/83-based
|
||||
# 83-based.meta-qt5.1
|
||||
SRC_URI_append_libc-musl = "\
|
||||
file://chromium/0016-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0017-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0018-chromium-musl-include-fcntl.h-for-loff_t.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0019-chromium-musl-use-off64_t-instead-of-the-internal-__.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0020-chromium-musl-linux-glibc-make-the-distinction.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0021-chromium-musl-allocator-Do-not-include-glibc_weak_sy.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0023-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0024-chromium-musl-Do-not-define-__sbrk-on-musl.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0025-chromium-musl-Adjust-default-pthread-stack-size.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0026-chromium-musl-Use-_fpstate-instead-of-_libc_fpstate-.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0027-chromium-musl-elf_reader.cc-include-sys-reg.h-to-get.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0028-chromium-musl-pread-pwrite.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0029-chromium-musl-initialize-msghdr-in-a-compatible-mann.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0015-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0016-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0017-chromium-musl-include-fcntl.h-for-loff_t.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0018-chromium-musl-use-off64_t-instead-of-the-internal-__.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0019-chromium-musl-linux-glibc-make-the-distinction.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0020-chromium-musl-allocator-Do-not-include-glibc_weak_sy.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0021-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0022-chromium-musl-Do-not-define-__sbrk-on-musl.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0023-chromium-musl-Adjust-default-pthread-stack-size.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0024-chromium-musl-Use-_fpstate-instead-of-_libc_fpstate-.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0025-chromium-musl-elf_reader.cc-include-sys-reg.h-to-get.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0026-chromium-musl-pread-pwrite.patch;patchdir=src/3rdparty \
|
||||
file://chromium/0027-chromium-musl-initialize-msghdr-in-a-compatible-mann.patch;patchdir=src/3rdparty \
|
||||
"
|
||||
|
||||
SRCREV_qtwebengine = "5537ff4437ea7a5f9ea140071343f88bf48deddc"
|
||||
|
||||
Reference in New Issue
Block a user