[Buildroot] [PATCH v7 20/31] xbmc: Allow compilation with uClibc

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat May 17 14:10:09 UTC 2014


Dear Bernd Kuhls,

This commit seems to do a bit more than just allowing the compilation
with uClibc, no? It would need a bit more explanation in the commit log
I believe. Also, some comment below.

On Sat, 17 May 2014 13:39:55 +0200, Bernd Kuhls wrote:

>  menuconfig BR2_PACKAGE_XBMC
>  	bool "xbmc"
> @@ -57,10 +56,13 @@ menuconfig BR2_PACKAGE_XBMC
>  	select BR2_PACKAGE_TINYXML
>  	select BR2_PACKAGE_YAJL
>  	select BR2_PACKAGE_ZLIB
> -	depends on BR2_TOOLCHAIN_USES_GLIBC
>  	depends on BR2_INSTALL_LIBSTDCPP
> +	depends on BR2_LARGEFILE
>  	depends on BR2_TOOLCHAIN_HAS_THREADS
>  	depends on BR2_PACKAGE_HAS_LIBEGL && BR2_PACKAGE_HAS_LIBGLES
> +	depends on BR2_USE_MMU # python
> +	depends on BR2_USE_WCHAR
> +	depends on BR2_i386 || BR2_x86_64

Are you sure RasberryPi and other ARM users are happy with XBMC only
being available on x86/x86-64 ?

Thanks!

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


More information about the buildroot mailing list