]> code.ossystems Code Review - openembedded-core.git/commit
classes/cpan-base: fix signatures changing when perl is in sysroot
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 11 Feb 2014 18:00:15 +0000 (18:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Feb 2014 15:27:55 +0000 (15:27 +0000)
commit262a62dff2d7f0902d717c734fcf5563e96a38bc
tree32e95f788bf23d6711f8a52f89e8c898eed98194
parent63cf8ab1ffdb04278aeb28b6ffce22ff7b272e29
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>
meta/classes/cpan-base.bbclass