From c92031e3729d778f0b52d98f6cd6def87139c7b7 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 29 Apr 2021 11:18:10 +0200 Subject: qtwebengine: upgrade to latest 5.15 and 87-based, fix build with gcc-11 Signed-off-by: Martin Jansa --- .../chromium/0015-chromium-gcc11-fixes.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 recipes-qt/qt5/qtwebengine/chromium/0015-chromium-gcc11-fixes.patch (limited to 'recipes-qt/qt5/qtwebengine/chromium/0015-chromium-gcc11-fixes.patch') diff --git a/recipes-qt/qt5/qtwebengine/chromium/0015-chromium-gcc11-fixes.patch b/recipes-qt/qt5/qtwebengine/chromium/0015-chromium-gcc11-fixes.patch deleted file mode 100644 index 699a809a..00000000 --- a/recipes-qt/qt5/qtwebengine/chromium/0015-chromium-gcc11-fixes.patch +++ /dev/null @@ -1,23 +0,0 @@ -Include header - -gcc11 complains - -../../../../git/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/containers/string_pool.h:256:34: error: no member named 'numeric_limits' in namespace 'std' - PERFETTO_DCHECK(value < std::numeric_limits::max()); - -This is because its missing right header which perhaps is included -implicitly in older compilers - -Upstream-Status: Pending -Signed-off-by: Khem Raj - ---- a/chromium/third_party/perfetto/src/trace_processor/containers/string_pool.h -+++ b/chromium/third_party/perfetto/src/trace_processor/containers/string_pool.h -@@ -20,6 +20,7 @@ - #include - #include - -+#include - #include - #include - -- cgit v1.2.3-54-g00ecf