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

Henning Heinold heinold at inf.fu-berlin.de
Fri Mar 18 15:14:35 UTC 2011


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.

Bye Henning




More information about the Openembedded-devel mailing list