qtwebengine: update patch

Fuzz detected.

Change-Id: I5be6c8841f414a3fe73d0805be6b2b83e667c155
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
(cherry picked from commit 4af8539dcf)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Samuli Piippo 2023-06-09 05:42:14 +00:00 committed by Qt Cherry-pick Bot
parent 1c098eb6b2
commit abcd9410cd

View File

@ -1,4 +1,4 @@
From c480cd09ed0297975f533c538faf26c7d4fcbe48 Mon Sep 17 00:00:00 2001
From e6aff8d72eda7d3ea782779a4e45cf43e42b800a Mon Sep 17 00:00:00 2001
From: Samuli Piippo <samuli.piippo@qt.io>
Date: Wed, 18 Aug 2021 15:09:41 +0300
Subject: [PATCH] CMake: use generated yocto toolchains
@ -10,16 +10,17 @@ target binaries where needed.
Upstream-Status: Inappropriate [embedded specific]
Change-Id: I217c9122144f25bb2d28717e7248c2a51b149127
---
cmake/Functions.cmake | 12 +++++-------
src/CMakeLists.txt | 2 +-
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/cmake/Functions.cmake b/cmake/Functions.cmake
index b460dbbe8..98db2e52e 100644
index b90447ed3..a63145b28 100644
--- a/cmake/Functions.cmake
+++ b/cmake/Functions.cmake
@@ -819,7 +819,7 @@ endfunction()
@@ -825,7 +825,7 @@ endfunction()
macro(create_pkg_config_host_wrapper buildDir)
find_package(PkgConfigHost)
@ -28,8 +29,8 @@ index b460dbbe8..98db2e52e 100644
create_pkg_config_wrapper("${buildDir}/pkg-config-host_wrapper.sh" "${PKG_CONFIG_HOST_EXECUTABLE}")
set(PKG_CONFIG_HOST_EXECUTABLE "${buildDir}/pkg-config-host_wrapper.sh")
endif()
@@ -1055,15 +1055,13 @@ endmacro()
macro(append_toolchain_setup)
@@ -1073,15 +1073,13 @@ macro(append_toolchain_setup)
endif()
if(LINUX)
list(APPEND gnArgArg
- custom_toolchain="${buildDir}/target_toolchain:target"
@ -49,7 +50,7 @@ index b460dbbe8..98db2e52e 100644
list(APPEND gnArgArg host_cpu="${cpu}")
endif()
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a62252783..3b7e4975f 100644
index 59eb27e73..b9c8f2b7f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -157,7 +157,7 @@ endif()