[oe-commits] Richard Purdie : perl-native: Fix after layout/native.bbclass changes ( merged from Poky)

git version control git at git.openembedded.org
Wed Nov 11 06:25:56 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 4c2fcc5f95e446ebeb4c59c873d517de85409ff9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4c2fcc5f95e446ebeb4c59c873d517de85409ff9

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Tue Nov 10 17:05:04 2009 +0000

perl-native: Fix after layout/native.bbclass changes (merged from Poky)

Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>

---

 recipes/perl/perl-native_5.8.8.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/perl/perl-native_5.8.8.bb b/recipes/perl/perl-native_5.8.8.bb
index bde7638..cac474e 100644
--- a/recipes/perl/perl-native_5.8.8.bb
+++ b/recipes/perl/perl-native_5.8.8.bb
@@ -66,10 +66,10 @@ do_stage_append() {
         # We need a hostperl link for building perl
         ln -sf ${STAGING_BINDIR_NATIVE}/perl${PV} ${STAGING_BINDIR_NATIVE}/hostperl
         # Store native config in non-versioned directory
-        install -d ${STAGING_DIR_HOST}/perl \
+        install -d ${STAGING_DIR}/${HOST_SYS}/perl \
                    ${STAGING_LIBDIR_NATIVE}/perl/${PV}/CORE \
                    ${STAGING_DATADIR_NATIVE}/perl/${PV}/ExtUtils
-        install config.sh ${STAGING_DIR_HOST}/perl
+        install config.sh ${STAGING_DIR}/${HOST_SYS}/perl
 	# target configuration
         install lib/Config.pm       ${STAGING_LIBDIR_NATIVE}/perl/${PV}/
 	install lib/ExtUtils/typemap ${STAGING_DATADIR_NATIVE}/perl/${PV}/ExtUtils/





More information about the Openembedded-commits mailing list