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

xora commit oe at amethyst.openembedded.net
Mon Sep 1 17:57:00 UTC 2008


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

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 0f7564fadffb99d20d47c3f490dfd75ce830ba2a
ViewMTN: http://monotone.openembedded.org/revision/info/0f7564fadffb99d20d47c3f490dfd75ce830ba2a
Files:
1
classes/cpan.bbclass
Diffs:

#
# mt diff -rd891a2d59c9d87292f88ce7bafc7f3c580d617b6 -r0f7564fadffb99d20d47c3f490dfd75ce830ba2a
#
#
#
# patch "classes/cpan.bbclass"
#  from [37cd3844dffec6f7c9516f2353be95eda9f98c1a]
#    to [260c9e28c5f7b6f682e8bfc326558a3b825ce267]
#
============================================================
--- classes/cpan.bbclass	37cd3844dffec6f7c9516f2353be95eda9f98c1a
+++ classes/cpan.bbclass	260c9e28c5f7b6f682e8bfc326558a3b825ce267
@@ -10,6 +10,7 @@ export PERL_INC = "${STAGING_LIBDIR}/per
 
 # 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