]> code.ossystems Code Review - openembedded-core.git/commit
classes/cpan-base: fix libdir for nativesdk
authorTyler Hall <tylerwhall@gmail.com>
Wed, 28 Oct 2015 00:00:51 +0000 (20:00 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Nov 2015 15:49:26 +0000 (15:49 +0000)
commitb32420effcc0435353adc63023d2e4276dd1e0c6
tree43b869826fb3edc0270252344da49dfbef7a2aab
parented484c06f436eea62c5d0b1a2964f219f3e5cb61
classes/cpan-base: fix libdir for nativesdk

Immediate expansion of perl_get_libdirs() is too early for
BBCLASSEXTEND. This results in a packaging QA error when building a cpan
recipe as nativesdk. The split debug files do not get picked up by the
dbg package because it looks in the wrong libdir.

The is_target() function remains because it is used elsewhere.

Signed-off-by: Tyler Hall <tylerwhall@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/cpan-base.bbclass