diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-18 16:36:44 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-19 11:56:33 +0100 |
commit | 4375b28f7c70b033ee416df153498e9f76396025 (patch) | |
tree | 4c1f37785cda7c1c863eb151429f2e21a7cdac06 /recipes-qt/qt5 | |
parent | d0a83ac45e108aba76c96a432d4629f382686383 (diff) | |
download | meta-qt5-4375b28f7c70b033ee416df153498e9f76396025.tar.gz |
qtbase-native: explicitly disable icu
* 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)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtbase-native.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc index b9193e4e..860bc290 100644 --- a/recipes-qt/qt5/qtbase-native.inc +++ b/recipes-qt/qt5/qtbase-native.inc | |||
@@ -51,6 +51,7 @@ EXTRA_OECONF = " \ | |||
51 | -no-opengl \ | 51 | -no-opengl \ |
52 | -no-openssl \ | 52 | -no-openssl \ |
53 | -no-xcb \ | 53 | -no-xcb \ |
54 | -no-icu \ | ||
54 | -verbose \ | 55 | -verbose \ |
55 | -release \ | 56 | -release \ |
56 | -prefix ${OE_QMAKE_PATH_PREFIX} \ | 57 | -prefix ${OE_QMAKE_PATH_PREFIX} \ |