diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-04 20:01:39 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-04 22:11:09 +0200 |
commit | 2a38fca150f065f869ed530fffe1a07beec80692 (patch) | |
tree | d3c7001196a3a0b85d1e318c6cfd341252c5f3ee /recipes-qt/qt5/qtwebengine_git.bb | |
parent | d99b14febfc1193d8ae11e70f5754c800fdb9bbb (diff) | |
download | meta-qt5-upstream/master.tar.gz |
qtwebengine: fix build with glibc-2.34upstream/master-nextupstream/masterupstream/jansa/master
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index fd7b8e36..7a69159b 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -165,7 +165,7 @@ SRC_URI:append:libc-musl = "\ | |||
165 | " | 165 | " |
166 | 166 | ||
167 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/87-based-glibc | 167 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/87-based-glibc |
168 | # 87-based-glibc.meta-qt5.3 | 168 | # 87-based-glibc.meta-qt5.4 |
169 | SRC_URI += " \ | 169 | SRC_URI += " \ |
170 | file://chromium/0001-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \ | 170 | file://chromium/0001-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \ |
171 | file://chromium/0002-chromium-fix-build-with-clang.patch;patchdir=src/3rdparty \ | 171 | file://chromium/0002-chromium-fix-build-with-clang.patch;patchdir=src/3rdparty \ |
@@ -178,22 +178,24 @@ SRC_URI += " \ | |||
178 | file://chromium/0009-chromium-Link-v8-with-libatomic-on-x86.patch;patchdir=src/3rdparty \ | 178 | file://chromium/0009-chromium-Link-v8-with-libatomic-on-x86.patch;patchdir=src/3rdparty \ |
179 | file://chromium/0010-chromium-icu-use-system-library-only-targets.patch;patchdir=src/3rdparty \ | 179 | file://chromium/0010-chromium-icu-use-system-library-only-targets.patch;patchdir=src/3rdparty \ |
180 | file://chromium/0011-chromium-abseil-cpp-mojo-perfetto-fix-build-with-gcc.patch;patchdir=src/3rdparty \ | 180 | file://chromium/0011-chromium-abseil-cpp-mojo-perfetto-fix-build-with-gcc.patch;patchdir=src/3rdparty \ |
181 | file://chromium/0012-chromium-abseil-cpp-fix-build-with-glibc-2.34.patch;patchdir=src/3rdparty \ | ||
182 | file://chromium/0013-chromium-breakpad-fix-build-with-glibc-2.34.patch;patchdir=src/3rdparty \ | ||
181 | " | 183 | " |
182 | 184 | ||
183 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/87-based | 185 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/87-based |
184 | # 87-based.meta-qt5.4 | 186 | # 87-based.meta-qt5.5 |
185 | SRC_URI:append:libc-musl = "\ | 187 | SRC_URI:append:libc-musl = "\ |
186 | file://chromium/0012-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch;patchdir=src/3rdparty \ | 188 | file://chromium/0014-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch;patchdir=src/3rdparty \ |
187 | file://chromium/0013-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch;patchdir=src/3rdparty \ | 189 | file://chromium/0015-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch;patchdir=src/3rdparty \ |
188 | file://chromium/0014-chromium-musl-include-fcntl.h-for-loff_t.patch;patchdir=src/3rdparty \ | 190 | file://chromium/0016-chromium-musl-include-fcntl.h-for-loff_t.patch;patchdir=src/3rdparty \ |
189 | file://chromium/0015-chromium-musl-use-off64_t-instead-of-the-internal-__.patch;patchdir=src/3rdparty \ | 191 | file://chromium/0017-chromium-musl-use-off64_t-instead-of-the-internal-__.patch;patchdir=src/3rdparty \ |
190 | file://chromium/0016-chromium-musl-linux-glibc-make-the-distinction.patch;patchdir=src/3rdparty \ | 192 | file://chromium/0018-chromium-musl-linux-glibc-make-the-distinction.patch;patchdir=src/3rdparty \ |
191 | file://chromium/0017-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch;patchdir=src/3rdparty \ | 193 | file://chromium/0019-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch;patchdir=src/3rdparty \ |
192 | file://chromium/0018-chromium-musl-Do-not-define-__sbrk-on-musl.patch;patchdir=src/3rdparty \ | 194 | file://chromium/0020-chromium-musl-Do-not-define-__sbrk-on-musl.patch;patchdir=src/3rdparty \ |
193 | file://chromium/0019-chromium-musl-Adjust-default-pthread-stack-size.patch;patchdir=src/3rdparty \ | 195 | file://chromium/0021-chromium-musl-Adjust-default-pthread-stack-size.patch;patchdir=src/3rdparty \ |
194 | file://chromium/0020-chromium-musl-elf_reader.cc-include-sys-reg.h-to-get.patch;patchdir=src/3rdparty \ | 196 | file://chromium/0022-chromium-musl-elf_reader.cc-include-sys-reg.h-to-get.patch;patchdir=src/3rdparty \ |
195 | file://chromium/0021-chromium-musl-pread-pwrite.patch;patchdir=src/3rdparty \ | 197 | file://chromium/0023-chromium-musl-pread-pwrite.patch;patchdir=src/3rdparty \ |
196 | file://chromium/0022-chromium-musl-initialize-msghdr-in-a-compatible-mann.patch;patchdir=src/3rdparty \ | 198 | file://chromium/0024-chromium-musl-initialize-msghdr-in-a-compatible-mann.patch;patchdir=src/3rdparty \ |
197 | " | 199 | " |
198 | 200 | ||
199 | SRCREV_qtwebengine = "be49f438d66f120646237c3f13d9e8f9166b95a6" | 201 | SRCREV_qtwebengine = "be49f438d66f120646237c3f13d9e8f9166b95a6" |