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

Bernd Kuhls berndkuhls at hotmail.com
Sat May 17 14:48:10 UTC 2014


Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8
@public.gmane.org> wrote in news:20140517161009.56006692 at free-electrons.com:

>> +     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 ?

Hi,

of course not, but uclibc at arm compilation is broken upstream[1] and fixed by 
the next patch[2] of my series which adds

-       depends on BR2_i386 || BR2_x86_64
+       depends on BR2_arm || BR2_i386 || BR2_x86_64

to make ARM users happy ;)

Regards, Bernd

[1] https://github.com/xbmc/xbmc/pull/3760
[2] http://patchwork.ozlabs.org/patch/349890/



More information about the buildroot mailing list