From 4e4bfc091034459785dc58643f8a58eab5b011eb Mon Sep 17 00:00:00 2001 From: David Karlstrom Date: Sat, 30 Jul 2005 22:06:26 +0000 Subject: 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 --- packages/perl/perl_5.8.7.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3