diff options
Diffstat (limited to 'meta/classes/cpan_build.bbclass')
-rw-r--r-- | meta/classes/cpan_build.bbclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/classes/cpan_build.bbclass b/meta/classes/cpan_build.bbclass index 78592be987..eaba40a06f 100644 --- a/meta/classes/cpan_build.bbclass +++ b/meta/classes/cpan_build.bbclass | |||
@@ -1,7 +1,12 @@ | |||
1 | # | 1 | # |
2 | # This is for perl modules that use the new Build.PL build system | 2 | # This is for perl modules that use the new Build.PL build system |
3 | # | 3 | # |
4 | inherit cpan-base | 4 | inherit cpan-base perlnative |
5 | |||
6 | # Env var which tells perl if it should use host (no) or target (yes) settings | ||
7 | export PERLCONFIGTARGET = "${@is_target(d)}" | ||
8 | export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version(d)}" | ||
9 | export LD = "${CCLD}" | ||
5 | 10 | ||
6 | # | 11 | # |
7 | # We also need to have built libmodule-build-perl-native for | 12 | # We also need to have built libmodule-build-perl-native for |