Remove ${D} from the install paths in Config_heavy.pl so that cpan knows the correct...
authorDavid Karlstrom <daka@thg.se>
Sat, 30 Jul 2005 22:06:26 +0000 (22:06 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 30 Jul 2005 22:06:26 +0000 (22:06 +0000)
packages/perl/perl_5.8.7.bb

index 551bb7b..babeea3 100644 (file)
@@ -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