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

Julien Boibessot julien.boibessot at free.fr
Thu Mar 5 18:37:07 UTC 2015


Hello Thomas,

On 03/04/2015 10:11 PM, Thomas Petazzoni wrote:
> 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
>
>  ?

I didn't know it was possible, :-), so let me check it and come back to
you ASAP.

Regards,
Julien


More information about the buildroot mailing list