mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
cpan.bbclass: sync another fix from OE - this time for uclibc mode
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1826 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user