aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-09-06 20:53:22 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2020-09-08 09:25:56 +0200
commit8c980e70375194822ac7e3c5f8f59d06d4e88c49 (patch)
treec577cf14806dea5a6f26a55a88c5968bcb209b91
parent04a6fa63cf3148698a52b207058254b01c6937b1 (diff)
qtwebengine: Fix build by setting correct import path
* Fixes: | ERROR at //third_party/icu/BUILD.gn:10:1: Unable to load "<...>/qtwebengine/5.15.0+gitAUTOINC+f526855509_7b2f027ea8-r0/git/src/3rdparty/chromium/v8/snapshot_toolchain.gni". | import("//v8/snapshot_toolchain.gni") | ^----------------------------------- | See //url/BUILD.gn:97:15: which caused the file to be included. | deps += [ "//third_party/icu" ] | ^------------------ | Project ERROR: GN run error! * Discussion found at [1] * Build tested with/without icu in PACKAGECONFIG [1] https://github.com/meta-qt5/meta-qt5/pull/351 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
-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 8ca1dace..08ce22dd 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
@@ -26,7 +26,7 @@ index 97073f09787..5d293ca628d 100644
import("//build/config/linux/pkg_config.gni")
import("//build/shim_headers.gni")
import("//third_party/icu/config.gni")
-+import("//v8/snapshot_toolchain.gni")
++import("//v8/gni/snapshot_toolchain.gni")
declare_args() {
use_system_icu = false