From: David Karlstrom Date: Sat, 30 Jul 2005 22:06:26 +0000 (+0000) Subject: Remove ${D} from the install paths in Config_heavy.pl so that cpan knows the correct... X-Git-Tag: Release-2010-05/1~9453^2~4005^2~18^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e4bfc091034459785dc58643f8a58eab5b011eb;p=openembedded.git Remove ${D} from the install paths in Config_heavy.pl so that cpan knows the correct path to install things in, Closes: OE-Bug#7 --- diff --git a/packages/perl/perl_5.8.7.bb b/packages/perl/perl_5.8.7.bb index 551bb7b44d..babeea3e9a 100644 --- a/packages/perl/perl_5.8.7.bb +++ b/packages/perl/perl_5.8.7.bb @@ -4,7 +4,7 @@ include perl.inc SRC_URI += "file://config.sh-armeb-linux" -PR = "r8" +PR = "r9" do_configure() { ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl @@ -30,6 +30,7 @@ do_configure() { do_install_append() { ln -s libperl.so.${PV} ${D}/${libdir}/libperl.so.5 + sed -i -e "s,${D},,g" ${D}/${libdir}/perl5/${PV}/${TARGET_ARCH}-${TARGET_OS}/Config_heavy.pl } # Create a perl-modules package recommending all the other perl