perl: complete config.sh fix
authorKoen Kooi <koen@openembedded.org>
Tue, 10 Nov 2009 21:16:43 +0000 (22:16 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 10 Nov 2009 21:16:43 +0000 (22:16 +0100)
classes/cpan-base.bbclass
recipes/perl/perl-native_5.8.8.bb
recipes/perl/perl.inc
recipes/perl/perl_5.8.8.bb

index 394539d..cc0d11e 100644 (file)
@@ -10,7 +10,7 @@ RDEPENDS  += "${@["perl", ""][(bb.data.inherits_class('native', d))]}"
 # Determine the staged version of perl from the perl configuration file
 def get_perl_version(d):
        import os, bb, re
-       cfg = bb.data.expand('${STAGING_DIR)/${HOST_SYS}/perl/config.sh', d)
+       cfg = bb.data.expand('${STAGING_DIR}/${HOST_SYS}/perl/config.sh', d)
        try:
                f = open(cfg, 'r')
        except IOError:
index cac474e..ba05406 100644 (file)
@@ -88,7 +88,7 @@ do_stage_append() {
 }
 do_stage_append_nylon() {
         # get rid of definitions not supported by the gcc version we use for nylon...
-        for i in ${STAGING_LIBDIR_NATIVE}/perl/${PV}/Config_heavy.pl ${STAGING_DIR_HOST}/perl/config.sh; do
+        for i in ${STAGING_LIBDIR_NATIVE}/perl/${PV}/Config_heavy.pl ${STAGING_DIR}/${HOST_SYS}/perl/config.sh; do
                 perl -pi -e 's/-Wdeclaration-after-statement //g' ${i}
         done
 }
index 00184a9..9e20ae6 100644 (file)
@@ -36,8 +36,8 @@ do_install() {
 }
 
 do_stage() {
-       install -d ${STAGING_DIR_HOST}/perl/
-       install config.sh ${STAGING_DIR_HOST}/perl/
+       install -d ${STAGING_DIR}/${HOST_SYS}/perl/
+       install config.sh ${STAGING_DIR}/${HOST_SYS}/perl/
 }
 
 PACKAGES_DYNAMIC = "perl-module-*"
index 2508719..35fcc83 100644 (file)
@@ -141,12 +141,12 @@ do_install() {
         fi
 }
 do_stage() {
-        install -d ${STAGING_DIR_HOST}/perl \
+        install -d ${STAGING_DIR}/${HOST_SYS}/perl \
                    ${STAGING_LIBDIR_NATIVE}/perl/${PV} \
                    ${STAGING_LIBDIR}/perl/${PV}/CORE \
                    ${STAGING_DATADIR}/perl/${PV}/ExtUtils
         # target config, used by cpan.bbclass to extract version information
-        install config.sh ${STAGING_DIR_HOST}/perl/
+        install config.sh ${STAGING_DIR}/${HOST_SYS}/perl/
         # target configuration, used by native perl when cross-compiling
         install lib/Config_heavy.pl ${STAGING_LIBDIR_NATIVE}/perl/${PV}/Config_heavy-target.pl
        # target configuration