From: Denys Dmytriyenko <[email protected]> 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 <[email protected]> --- 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 47e204b..6be7aa8 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb @@ -175,6 +175,7 @@ do_configure() { -no-opengl \ -no-openssl \ -no-xcb \ + -no-icu \ -verbose \ -release \ -prefix ${OE_QMAKE_PATH_PREFIX} \ -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
