summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.8.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.8.8.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.8.8.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.8.8.bb b/meta/recipes-devtools/perl/perl_5.8.8.bb
index 2774942ba2..2515b6e0b9 100644
--- a/meta/recipes-devtools/perl/perl_5.8.8.bb
+++ b/meta/recipes-devtools/perl/perl_5.8.8.bb
@@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
7PRIORITY = "optional" 7PRIORITY = "optional"
8# We need gnugrep (for -I) 8# We need gnugrep (for -I)
9DEPENDS = "virtual/db perl-native grep-native" 9DEPENDS = "virtual/db perl-native grep-native"
10PR = "r20" 10DEPENDS += "gdbm"
11PR = "r21"
11 12
12# Major part of version 13# Major part of version
13PVM = "5.8" 14PVM = "5.8"
@@ -32,6 +33,7 @@ SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
32 file://64_debian_enc2xs_inc.patch;patch=1 \ 33 file://64_debian_enc2xs_inc.patch;patch=1 \
33 file://asm-pageh-fix.patch;patch=1 \ 34 file://asm-pageh-fix.patch;patch=1 \
34 file://native-perlinc.patch;patch=1 \ 35 file://native-perlinc.patch;patch=1 \
36 file://perl-enable-gdbm.patch;patch=1 \
35 file://config.sh \ 37 file://config.sh \
36 file://config.sh-32 \ 38 file://config.sh-32 \
37 file://config.sh-32-le \ 39 file://config.sh-32-le \