[oe] [meta-qt5][PATCH] qtbase-native: explicitly disable ICU

Jonathan Liu net147 at gmail.com
Tue Feb 18 22:34:53 UTC 2014


This prevents configure from detecting and trying to use the host ICU.

Signed-off-by: Jonathan Liu <net147 at gmail.com>
---
 recipes-qt/qt5/qtbase-native.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc
index b9193e4..902b9ed 100644
--- a/recipes-qt/qt5/qtbase-native.inc
+++ b/recipes-qt/qt5/qtbase-native.inc
@@ -63,6 +63,7 @@ EXTRA_OECONF = " \
     -sysconfdir ${OE_QMAKE_PATH_SETTINGS} \
     -no-glib \
     -no-iconv \
+    -no-icu \
     -silent \
     -nomake examples \
     -nomake tests \
-- 
1.8.5.4




More information about the Openembedded-devel mailing list