[OE-core] [PATCH] classes/cpan-base: fix for PERLVERSION

Burton, Ross ross.burton at intel.com
Mon Dec 5 15:34:16 UTC 2016


On 9 November 2016 at 05:51, <jackie.huang at windriver.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20161205/2024e6e5/attachment-0002.html>


More information about the Openembedded-core mailing list