summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-02-11 18:00:15 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2015-04-20 16:31:44 +0200
commit5e6eea08fece44f46a137be4a9594bbef5009f6b (patch)
treedd555efaf75ba3a93b57c76846ea858558b4116d /meta/recipes-connectivity
parent3a6c5d07fb09f8269fea19f7d222714e902ddeb1 (diff)
downloadopenembedded-core-contrib-5e6eea08fece44f46a137be4a9594bbef5009f6b.tar.gz
classes/cpan-base: fix signatures changing when perl is in sysroot
The previous fix for this same issue (OE-Core rev f31f6a70ec24e8c9515d69c5092e15effc5e7d4d) was not sufficient - we are setting the PERLVERSION variable from the get_perl_version function, but we're setting it using immediate expansion; thus the value is going into the signature and is still different between the time the recipe is cached on an empty TMPDIR and after perl is in the sysroot and we run bitbake -S perf. We could remove the immediate expansion, but that would mean the get_perl_version function would be called more often, so just set vardepvalue on the PERLVERSION variable to fix the problem instead. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
0 files changed, 0 insertions, 0 deletions