All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH] qtbase-native: explicitly disable icu
@ 2014-02-18 15:37 Martin Jansa
  2014-02-18 17:01 ` Otavio Salvador
  2014-02-18 23:00 ` Jonathan Liu
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2014-02-18 15:37 UTC (permalink / raw)
  To: openembedded-devel

* 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>
---
 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..860bc29 100644
--- a/recipes-qt/qt5/qtbase-native.inc
+++ b/recipes-qt/qt5/qtbase-native.inc
@@ -51,6 +51,7 @@ EXTRA_OECONF = " \
     -no-opengl \
     -no-openssl \
     -no-xcb \
+    -no-icu \
     -verbose \
     -release \
     -prefix ${OE_QMAKE_PATH_PREFIX} \
-- 
1.8.5.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [meta-qt5][PATCH] qtbase-native: explicitly disable ICU
@ 2014-02-18 22:34 Jonathan Liu
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Liu @ 2014-02-18 22:34 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Jonathan Liu <net147@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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-18 23:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18 15:37 [meta-qt5][PATCH] qtbase-native: explicitly disable icu Martin Jansa
2014-02-18 17:01 ` Otavio Salvador
2014-02-18 23:00 ` Jonathan Liu
  -- strict thread matches above, loose matches on Subject: below --
2014-02-18 22:34 [meta-qt5][PATCH] qtbase-native: explicitly disable ICU Jonathan Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.