aboutsummaryrefslogtreecommitdiffstats
path: root/classes/cpan.bbclass
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-08-06 09:41:26 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-08-06 09:41:26 +0000
commit2a94d82cf7747ae14e567cec2ef2366be0e25244 (patch)
treea9784981812b31badd3ab7b901f20df7bba0474d /classes/cpan.bbclass
parent91c871bcf8db9904cf4fea3b63d9f460c8f85278 (diff)
downloadopenembedded-2a94d82cf7747ae14e567cec2ef2366be0e25244.tar.gz
cpan.bbclass : more generic solution to perl module build problems
Diffstat (limited to 'classes/cpan.bbclass')
-rw-r--r--classes/cpan.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/cpan.bbclass b/classes/cpan.bbclass
index ca5303d97f..005e7cc0e9 100644
--- a/classes/cpan.bbclass
+++ b/classes/cpan.bbclass
@@ -10,6 +10,7 @@ export PERLCONFIGTARGET = "${@is_target(d)}"
# Env var which tells perl where the perl include files are
export PERL_INC = "${STAGING_LIBDIR}/perl/${@get_perl_version(d)}/CORE"
+export PERL_ARCHLIB = "${STAGING_LIBDIR_NATIVE}/perl/${@get_perl_version(d)}"
cpan_do_configure () {
yes '' | perl Makefile.PL ${EXTRA_CPANFLAGS}