[oe] [PATCH] xbmc: add `libass` to `DEPENDS`

Paul Menzel paulepanter at users.sourceforge.net
Fri Mar 18 22:18:46 UTC 2011


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110318/43f7fa21/attachment-0002.sig>


More information about the Openembedded-devel mailing list