diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-03-15 12:37:44 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-10 02:09:33 +0200 |
commit | 2c9f0e4eb0e9097f6f872ec1e1d81768a8ab5f1b (patch) | |
tree | d9b37e908cc5a1d9ccc448c9948d4f76a568b304 | |
parent | 3601fd2c5306ac6d5d0d536e0be8cbb90da9b4c1 (diff) | |
download | meta-qt5-2c9f0e4eb0e9097f6f872ec1e1d81768a8ab5f1b.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 47e204bf..6be7aa87 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb | |||
@@ -175,6 +175,7 @@ do_configure() { | |||
175 | -no-opengl \ | 175 | -no-opengl \ |
176 | -no-openssl \ | 176 | -no-openssl \ |
177 | -no-xcb \ | 177 | -no-xcb \ |
178 | -no-icu \ | ||
178 | -verbose \ | 179 | -verbose \ |
179 | -release \ | 180 | -release \ |
180 | -prefix ${OE_QMAKE_PATH_PREFIX} \ | 181 | -prefix ${OE_QMAKE_PATH_PREFIX} \ |