From ff073f04109900fc07bf81e2f1df63c626caf342 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 15 Mar 2017 12:37:44 -0400 Subject: nativesdk-qtbase: pass -no-icu for deterministic builds Similar to qtbase-native. Otherwise it may fail with this error, if icu is not yet staged: | .../git/src/corelib/codecs/qicucodec.cpp:53:26: fatal error: unicode/ucnv.h: No such file or directory | #include "unicode/ucnv.h" | ^ | compilation terminated. Signed-off-by: Denys Dmytriyenko Signed-off-by: Martin Jansa --- recipes-qt/qt5/nativesdk-qtbase_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb index 94ad6b9a..f2ff5f7e 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb @@ -115,6 +115,7 @@ do_configure() { -no-opengl \ -no-openssl \ -no-xcb \ + -no-icu \ -verbose \ -release \ -prefix ${OE_QMAKE_PATH_PREFIX} \ -- cgit v1.2.3