Dear Henning,

Am Freitag, den 18.03.2011, 16:14 +0100 schrieb Henning Heinold:
> Hi Paul,
> 
> the problem is this
> 
> do_configure() {
>         if [ -e bootstrap.angstrom ] ; then
>                 sh bootstrap.angstrom
>         else
>                 sh bootstrap
>         fi
>         oe_runconf
> }
> 
> 
> which prevents the autoreconf run and so the regenerating of libtool stuff, 
> which results
> in that the configure option --with-sysrootdir is not available. I cannt see 
> how
> your patch is fixing that.

I think the following goes on. XBMC’s configure script detects that the
external libass is available and just uses that. XBMC ships all used
libraries with it, so it is buildable without downloading additional
stuff (which is of course bad for maintainability reasons). So
beforehand the configure script set up compilation of the internal
libass which failed for the reason you pointed out above.

I build tested this, so it should be fine?


Thanks,

Paul

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to