[oe-commits] org.oe.dev perl 5.8.8: Fix for building under gcc 4.2 which was just added to OE. It

lenehan commit openembedded-commits at lists.openembedded.org
Sat Jun 2 07:34:21 UTC 2007


perl 5.8.8: Fix for building under gcc 4.2 which was just added to OE. It
was already included being included in perl-native, but not in perl itself.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 153830195ef2863a9465bcab1705eec7215fd6ba
ViewMTN: http://monotone.openembedded.org/revision.psp?id=153830195ef2863a9465bcab1705eec7215fd6ba
Files:
1
packages/perl/perl_5.8.8.bb
Diffs:

#
# mt diff -r8da4b29315492cea3cf8257b50f8aabbea6d6928 -r153830195ef2863a9465bcab1705eec7215fd6ba
#
# 
# 
# patch "packages/perl/perl_5.8.8.bb"
#  from [4573953f05cda38dd3645d6d73f7be9b47b42490]
#    to [6e13e9787d8f5580b1833b78a57db9a8234238b0]
# 
============================================================
--- packages/perl/perl_5.8.8.bb	4573953f05cda38dd3645d6d73f7be9b47b42490
+++ packages/perl/perl_5.8.8.bb	6e13e9787d8f5580b1833b78a57db9a8234238b0
@@ -5,7 +5,7 @@ DEPENDS = "virtual/db perl-native grep-n
 PRIORITY = "optional"
 # We need gnugrep (for -I)
 DEPENDS = "virtual/db perl-native grep-native"
-PR = "r19"
+PR = "r20"
 
 # Major part of version
 PVM = "5.8"
@@ -17,6 +17,7 @@ SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/s
         file://perl-moreconfig.patch;patch=1 \
         file://letgcc-find-errno.patch;patch=1 \
         file://generate-sh.patch;patch=1 \
+        file://perl-5.8.8-gcc-4.2.patch;patch=1 \
         file://09_fix_installperl.patch;patch=1 \
         file://52_debian_extutils_hacks.patch;patch=1 \
         file://53_debian_mod_paths.patch;patch=1 \






More information about the Openembedded-commits mailing list