diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-03-15 12:37:44 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-16 17:47:24 +0100 |
commit | ff073f04109900fc07bf81e2f1df63c626caf342 (patch) | |
tree | 50ed5c23229e08dc9ba9f0eb8a1b8f46501c7bdd | |
parent | c4e34aaab991dd445808a801e4e191041b769eb6 (diff) | |
download | meta-qt5-ff073f04109900fc07bf81e2f1df63c626caf342.tar.gz |
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>
-rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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() { | |||
115 | -no-opengl \ | 115 | -no-opengl \ |
116 | -no-openssl \ | 116 | -no-openssl \ |
117 | -no-xcb \ | 117 | -no-xcb \ |
118 | -no-icu \ | ||
118 | -verbose \ | 119 | -verbose \ |
119 | -release \ | 120 | -release \ |
120 | -prefix ${OE_QMAKE_PATH_PREFIX} \ | 121 | -prefix ${OE_QMAKE_PATH_PREFIX} \ |