]> code.ossystems Code Review - openembedded-core.git/commitdiff
cpan.bbclass: sync another fix from OE - this time for uclibc mode
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 30 May 2007 13:47:29 +0000 (13:47 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 30 May 2007 13:47:29 +0000 (13:47 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1826 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/cpan.bbclass

index 4fff5974c1f431484a8f0c4e066a6507585b004c..3250528c7a2ca603052ed4b130f76224bac752ec 100644 (file)
@@ -9,7 +9,7 @@ EXTRA_CPANFLAGS ?= ""
 export PERLCONFIGTARGET = "${@is_target(d)}"
 
 # Env var which tells perl where the perl include files are
-export PERL_INC = "${STAGING_DIR}/${BUILD_SYS}/lib/perl/${@get_perl_version(d)}/CORE"
+export PERL_INC = "${STAGING_LIBDIR}/perl/${@get_perl_version(d)}/CORE"
 
 cpan_do_configure () {
        yes '' | perl Makefile.PL ${EXTRA_CPANFLAGS}