mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-03 20:54:37 +02:00
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 <denys@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
c4e34aaab9
commit
ff073f0410
@@ -115,6 +115,7 @@ do_configure() {
|
||||
-no-opengl \
|
||||
-no-openssl \
|
||||
-no-xcb \
|
||||
-no-icu \
|
||||
-verbose \
|
||||
-release \
|
||||
-prefix ${OE_QMAKE_PATH_PREFIX} \
|
||||
|
||||
Reference in New Issue
Block a user