diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-04-29 13:36:15 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-05-10 12:48:53 +0200 |
commit | 6a37d8646d65ab225bfd4a9e6e4646556fa98f44 (patch) | |
tree | 5288f5a36371123b0ba3d6755ad4c426f7c921ad /recipes-qt/qt5/qtwebengine_git.bb | |
parent | ad1d10ae5898ff761334754cb4266dde9ec9a5a7 (diff) | |
download | meta-qt5-6a37d8646d65ab225bfd4a9e6e4646556fa98f44.tar.gz |
qtwebengine: few more fixes for gcc-11upstream/jansa/chromium-87
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 7a3e045b..48d1c82f 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -164,7 +164,7 @@ SRC_URI_append_libc-musl = "\ | |||
164 | " | 164 | " |
165 | 165 | ||
166 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/87-based-glibc | 166 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/87-based-glibc |
167 | # 87-based-glibc.meta-qt5.2 | 167 | # 87-based-glibc.meta-qt5.3 |
168 | SRC_URI += " \ | 168 | SRC_URI += " \ |
169 | file://chromium/0001-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \ | 169 | file://chromium/0001-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \ |
170 | file://chromium/0002-chromium-fix-build-with-clang.patch;patchdir=src/3rdparty \ | 170 | file://chromium/0002-chromium-fix-build-with-clang.patch;patchdir=src/3rdparty \ |
@@ -176,11 +176,11 @@ SRC_URI += " \ | |||
176 | file://chromium/0008-chromium-Move-CharAllocator-definition-to-a-header-f.patch;patchdir=src/3rdparty \ | 176 | file://chromium/0008-chromium-Move-CharAllocator-definition-to-a-header-f.patch;patchdir=src/3rdparty \ |
177 | file://chromium/0009-chromium-Link-v8-with-libatomic-on-x86.patch;patchdir=src/3rdparty \ | 177 | file://chromium/0009-chromium-Link-v8-with-libatomic-on-x86.patch;patchdir=src/3rdparty \ |
178 | file://chromium/0010-chromium-icu-use-system-library-only-targets.patch;patchdir=src/3rdparty \ | 178 | file://chromium/0010-chromium-icu-use-system-library-only-targets.patch;patchdir=src/3rdparty \ |
179 | file://chromium/0011-chromium-abseil-cpp-perfetto-fix-build-with-gcc-11.patch;patchdir=src/3rdparty \ | 179 | file://chromium/0011-chromium-abseil-cpp-mojo-perfetto-fix-build-with-gcc.patch;patchdir=src/3rdparty \ |
180 | " | 180 | " |
181 | 181 | ||
182 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/87-based | 182 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/87-based |
183 | # 87-based.meta-qt5.2 | 183 | # 87-based.meta-qt5.4 |
184 | SRC_URI_append_libc-musl = "\ | 184 | SRC_URI_append_libc-musl = "\ |
185 | file://chromium/0012-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch;patchdir=src/3rdparty \ | 185 | file://chromium/0012-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch;patchdir=src/3rdparty \ |
186 | file://chromium/0013-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch;patchdir=src/3rdparty \ | 186 | file://chromium/0013-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch;patchdir=src/3rdparty \ |