aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-09-06 21:22:23 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2020-09-08 09:25:56 +0200
commit761949d22ca5b280447a9e6796a2dd070c8479d8 (patch)
tree4186fd62a5c223b94c4d9ad22f92060d20e18f0d /recipes-qt/qt5
parent8c980e70375194822ac7e3c5f8f59d06d4e88c49 (diff)
qtwebengine: Fix patch fuzz
Fixes: | ERROR: qtwebengine-5.15.0+gitAUTOINC+f526855509_7b2f027ea8-r0 do_patch: Fuzz detected: | | Applying patch 0005-icu-use-system-library-only-targets.patch | patching file src/3rdparty/chromium/third_party/icu/BUILD.gn | Hunk #3 succeeded at 1217 with fuzz 1 (offset 70 lines). | Hunk #4 succeeded at 1430 (offset 74 lines). | Hunk #5 succeeded at 1438 (offset 74 lines). | Hunk #6 succeeded at 1450 (offset 74 lines). Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'recipes-qt/qt5')
-rwxr-xr-xrecipes-qt/qt5/qtwebengine/0005-icu-use-system-library-only-targets.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0005-icu-use-system-library-only-targets.patch b/recipes-qt/qt5/qtwebengine/0005-icu-use-system-library-only-targets.patch
index 08ce22dd..066ee516 100755
--- a/recipes-qt/qt5/qtwebengine/0005-icu-use-system-library-only-targets.patch
+++ b/recipes-qt/qt5/qtwebengine/0005-icu-use-system-library-only-targets.patch
@@ -50,7 +50,7 @@ index 97073f09787..5d293ca628d 100644
# You can depend on the individually if you need to.
group("icu") {
@@ -1137,7 +1147,7 @@ config("system_icu_config") {
- ]
+ }
}
-if (use_system_icu) {