diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-09-06 21:22:23 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-09-08 09:25:56 +0200 |
commit | 761949d22ca5b280447a9e6796a2dd070c8479d8 (patch) | |
tree | 4186fd62a5c223b94c4d9ad22f92060d20e18f0d /recipes-qt/qt5/qtwebengine | |
parent | 8c980e70375194822ac7e3c5f8f59d06d4e88c49 (diff) | |
download | meta-qt5-761949d22ca5b280447a9e6796a2dd070c8479d8.tar.gz |
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/qtwebengine')
-rwxr-xr-x | recipes-qt/qt5/qtwebengine/0005-icu-use-system-library-only-targets.patch | 2 |
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 | |||
50 | # You can depend on the individually if you need to. | 50 | # You can depend on the individually if you need to. |
51 | group("icu") { | 51 | group("icu") { |
52 | @@ -1137,7 +1147,7 @@ config("system_icu_config") { | 52 | @@ -1137,7 +1147,7 @@ config("system_icu_config") { |
53 | ] | 53 | } |
54 | } | 54 | } |
55 | 55 | ||
56 | -if (use_system_icu) { | 56 | -if (use_system_icu) { |