qtbase-native: explicitly disable icu
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 18 Feb 2014 15:36:44 +0000 (16:36 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:45:32 +0000 (08:45 -0800)
* Jonathan Liu reported that qtbase-native was failing to build for him
  and it looks like qtbase-native was trying to link against icu from his
  host (instead of icu-native because it isn't in DEPENDS)

(From meta-qt5 rev: 4375b28f7c70b033ee416df153498e9f76396025)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-qt5/recipes-qt/qt5/qtbase-native.inc

index b9193e4..860bc29 100644 (file)
@@ -51,6 +51,7 @@ EXTRA_OECONF = " \
     -no-opengl \
     -no-openssl \
     -no-xcb \
+    -no-icu \
     -verbose \
     -release \
     -prefix ${OE_QMAKE_PATH_PREFIX} \