[oe-commits] : cpan.bbclass : more generic solution to perl module build problems

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Aug 6 09:48:57 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 9032c50987344b11fba84b5dc7d52a92e01c1918
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=9032c50987344b11fba84b5dc7d52a92e01c1918

Author:  <xora at openembedded.org>
Date:   Wed Aug  6 09:41:26 2008 +0000

cpan.bbclass : more generic solution to perl module build problems

---

 classes/cpan.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/cpan.bbclass b/classes/cpan.bbclass
index ca5303d..005e7cc 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}





More information about the Openembedded-commits mailing list