[oe-commits] Roman I Khimov : perl 5.8.8: fix breakage since 264f7ab1f41cc86d29716619d67506c85223df71

git version control git at git.openembedded.org
Fri Dec 31 14:19:04 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2be79cc83040d2540f41c9224baa76a388f194c5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2be79cc83040d2540f41c9224baa76a388f194c5

Author: Roman I Khimov <khimov at altell.ru>
Date:   Fri Dec 31 17:15:38 2010 +0300

perl 5.8.8: fix breakage since 264f7ab1f41cc86d29716619d67506c85223df71

No Config_heavy-target.pl anymore.

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

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

diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb
index 3e14bc3..0deaf39 100644
--- a/recipes/perl/perl_5.8.8.bb
+++ b/recipes/perl/perl_5.8.8.bb
@@ -5,7 +5,7 @@ LICENSE = "Artistic|GPLv1+"
 PRIORITY = "optional"
 # We need gnugrep (for -I)
 DEPENDS = "virtual/db perl-native grep-native"
-PR = "r37"
+PR = "r38"
 
 # Major part of version
 PVM = "5.8"
@@ -167,7 +167,7 @@ do_stage() {
         # target config, used by cpan.bbclass to extract version information
         install config.sh ${STAGING_LIBDIR}/perl/
         # target configuration, used by native perl when cross-compiling
-        install lib/Config_heavy.pl ${STAGING_LIBDIR_NATIVE}/perl/${PV}/Config_heavy-target.pl
+        install lib/Config_heavy.pl ${STAGING_LIBDIR_NATIVE}/perl/${PV}/Config_heavy-${TARGET_SYS}.pl
 	# target configuration
         install lib/Config.pm       ${STAGING_LIBDIR}/perl/${PV}/
 	install lib/ExtUtils/typemap ${STAGING_DATADIR}/perl/${PV}/ExtUtils/





More information about the Openembedded-commits mailing list