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

Jonathan Liu net147 at gmail.com
Tue Feb 18 23:00:35 UTC 2014


On 19/02/2014 2:37 AM, Martin Jansa wrote:
> * 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 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..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} \
Acked-by: Jonathan Liu <net147 at gmail.com>



More information about the Openembedded-devel mailing list