summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.12.2.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-02-16 16:39:21 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-17 23:19:39 +0000
commit265bd1ce61e3f7089e919a409e4923fcf062dae5 (patch)
treeab6d038995e06c808c55e844f238daa817ab64af /meta/recipes-devtools/perl/perl_5.12.2.bb
parent27894c58b74fb01530aa7144b8e8c7a2298187b4 (diff)
downloadpoky-265bd1ce61e3f7089e919a409e4923fcf062dae5.tar.gz
perl-native: fix parallel build
perl native recipe was failing on 40-way system with the parallel build turned on. With this patch the parallel build on 40 way build system is not failing. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Passed 31 clean/build cycles on the 40-way. Tested-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.12.2.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.12.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.12.2.bb b/meta/recipes-devtools/perl/perl_5.12.2.bb
index b27e20f4e3..ce9998601d 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)
9DEPENDS = "virtual/db perl-native-${PV} grep-native" 9DEPENDS = "virtual/db perl-native-${PV} grep-native"
10DEPENDS += "gdbm zlib" 10DEPENDS += "gdbm zlib"
11PR = "r0" 11PR = "r1"
12 12
13# 5.10.1 has Module::Build built-in 13# 5.10.1 has Module::Build built-in
14PROVIDES += "libmodule-build-perl" 14PROVIDES += "libmodule-build-perl"
@@ -18,6 +18,7 @@ PROVIDES += "libmodule-build-perl"
18 18
19SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ 19SRC_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://Makefile.SH.patch;patch=1 \ 22 file://Makefile.SH.patch;patch=1 \
22 file://installperl.patch;patch=1 \ 23 file://installperl.patch;patch=1 \
23 file://perl-dynloader.patch;patch=1 \ 24 file://perl-dynloader.patch;patch=1 \