On 9 November 2016 at 05:51, <[email protected]> wrote: > -PERLVERSION := "${@get_perl_version(d)}" > +PERLVERSION = "${@get_perl_version(d)}" >
This uses := as the get_perl_version is a non-trivial amount of python which doesn't need to be re-evaluated all the time. Have you looked at how bad the performance hit is, and whether there is an alternative? Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
