Yes, I can fix it in the recipe that uses PERLVERSION as an alternative. Thanks, Jackie
From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, December 05, 2016 11:34 PM To: Huang, Jie (Jackie) Cc: OE-core Subject: Re: [OE-core] [PATCH] classes/cpan-base: fix for PERLVERSION On 9 November 2016 at 05:51, <jackie.hu...@windriver.com<mailto:jackie.hu...@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
-- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core