[oe] automake-1.11 vs. host $perl_threads

Andrea Adami andrea.adami at gmail.com
Tue Nov 23 00:04:50 UTC 2010


I found something in run.do_configure of automake-1.11

do_configure() {
        if false
        then
                export
ac_cv_path_PERL="${ac_cv_path_PERL=/oe/build/tmp/sysroots/i686-linux/usr/bin/perl}"
        fi
        autotools_do_configure

}

It comes from


do_configure_prepend () {
        if ${@['true', 'false'][bb.data.inherits_class('native', d)]}
        then
                export ac_cv_path_PERL="${ac_cv_path_PERL=${bindir}/perl}"
        fi
}

test fails...


Andrea




More information about the Openembedded-devel mailing list