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

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to