[oe] automake-1.11 vs. host $perl_threads

Tom Rini tom_rini at mentor.com
Tue Nov 23 01:05:13 UTC 2010


On 11/22/2010 05:04 PM, Andrea Adami wrote:
> 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...

Intentionally, yes.  There is no dependency on perl-native for 
autoconf/automake and instead on the fake "throwing our hands up" 
perl-runtime-native.

-- 
Tom Rini
Mentor Graphics Corporation




More information about the Openembedded-devel mailing list