[Buildroot] [PATCH] package/kodi: fix a runtime bug (no text displayed in GUI) when an external glibc toolchain is used

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Mar 4 21:11:00 UTC 2015


Dear julien.boibessot at free.fr,

On Wed,  4 Mar 2015 22:02:15 +0100, julien.boibessot at free.fr wrote:

> +# Otherwise no text is displayed in user interface when compiled with an
> +# external glibc toolchain (iconv_open() is required at runtime for UTF-8 to
> +# UTF-32 conversion)
> +comment "kodi needs an external glibc toolchain which copy gconv libraries"
> +	depends on BR2_PACKAGE_KODI_ARCH_SUPPORTS && BR2_TOOLCHAIN_EXTERNAL_GLIBC
> +	depends on !BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY

As suggested by Yann, what about:

	select BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY if BR2_TOOLCHAIN_EXTERNAL_GLIBC

 ?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list