aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/perl-native_5.8.8.bb
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <bero@arklinux.org>2007-05-01 11:30:59 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-05-01 11:30:59 +0000
commit32cbfda7038c0ec4ebc806198a37541a688a5adc (patch)
treed0c8860371f0d093fe3669686bc4cbf47b392e43 /packages/perl/perl-native_5.8.8.bb
parent6cdb4b3fa2816832a6d04306320ca9c548fa4c56 (diff)
downloadopenembedded-32cbfda7038c0ec4ebc806198a37541a688a5adc.tar.gz
perl-native: Patch perl's makedepend.SH to work with gcc 4.2. Shouldn't be
needed for perl since it doesn't run makedepend.SH. Closes #2168
Diffstat (limited to 'packages/perl/perl-native_5.8.8.bb')
-rw-r--r--packages/perl/perl-native_5.8.8.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/perl/perl-native_5.8.8.bb b/packages/perl/perl-native_5.8.8.bb
index 75002313cd..a9333d79ee 100644
--- a/packages/perl/perl-native_5.8.8.bb
+++ b/packages/perl/perl-native_5.8.8.bb
@@ -3,13 +3,14 @@ HOMEPAGE = "http://www.perl.org/"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "virtual/db-native gdbm-native"
-PR = "r1"
+PR = "r2"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
+ file://perl-5.8.8-gcc-4.2.patch;patch=1 \
file://Configure-multilib.patch;patch=1 \
file://perl-configpm-switch.patch;patch=1"