diff options
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.12.2.bb')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.12.2.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.12.2.bb b/meta/recipes-devtools/perl/perl_5.12.2.bb index e659152d4b..18fad18c06 100644 --- a/meta/recipes-devtools/perl/perl_5.12.2.bb +++ b/meta/recipes-devtools/perl/perl_5.12.2.bb | |||
@@ -8,7 +8,7 @@ PRIORITY = "optional" | |||
8 | # We need gnugrep (for -I) | 8 | # We need gnugrep (for -I) |
9 | DEPENDS = "virtual/db perl-native-${PV} grep-native" | 9 | DEPENDS = "virtual/db perl-native-${PV} grep-native" |
10 | DEPENDS += "gdbm zlib" | 10 | DEPENDS += "gdbm zlib" |
11 | PR = "r1" | 11 | PR = "r2" |
12 | 12 | ||
13 | # 5.10.1 has Module::Build built-in | 13 | # 5.10.1 has Module::Build built-in |
14 | PROVIDES += "libmodule-build-perl" | 14 | PROVIDES += "libmodule-build-perl" |
@@ -18,7 +18,9 @@ PROVIDES += "libmodule-build-perl" | |||
18 | 18 | ||
19 | SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ | 19 | SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ |
20 | file://Makefile.patch;patch=1 \ | 20 | file://Makefile.patch;patch=1 \ |
21 | file://parallel_build_fix.patch \ | 21 | file://parallel_build_fix_1.patch \ |
22 | file://parallel_build_fix_2.patch \ | ||
23 | file://parallel_build_fix_3.patch \ | ||
22 | file://Makefile.SH.patch;patch=1 \ | 24 | file://Makefile.SH.patch;patch=1 \ |
23 | file://installperl.patch;patch=1 \ | 25 | file://installperl.patch;patch=1 \ |
24 | file://perl-dynloader.patch;patch=1 \ | 26 | file://perl-dynloader.patch;patch=1 \ |