summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl-5.12.2/parallel_build_fix.patch
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-02-23 13:01:34 -0800
committerSaul Wold <sgw@linux.intel.com>2011-02-24 14:34:48 -0800
commit9eb9125de80d0f0865fa158fd220663be5e1efb0 (patch)
tree7ff37b314988e214653d60a4e05f6e89884b870a /meta/recipes-devtools/perl/perl-5.12.2/parallel_build_fix.patch
parent0023e32c03a001a7a4a6a688e26af073df7535b0 (diff)
downloadpoky-9eb9125de80d0f0865fa158fd220663be5e1efb0.tar.gz
perl: import parallel build fixes from upstream git tree
The parallel build issue is fixed in the upstream perl git tree differently. Replacing our fix with the upstream fix. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl/perl-5.12.2/parallel_build_fix.patch')
-rw-r--r--meta/recipes-devtools/perl/perl-5.12.2/parallel_build_fix.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.12.2/parallel_build_fix.patch b/meta/recipes-devtools/perl/perl-5.12.2/parallel_build_fix.patch
deleted file mode 100644
index 476577eb33..0000000000
--- a/meta/recipes-devtools/perl/perl-5.12.2/parallel_build_fix.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1This patch fixes the parallel make issue on a 40 way build system
2
3Nitin A Kamble <nitin.a.kamble@intel.com>
42011-02-16
5
6Index: perl-5.12.2/Makefile.SH
7===================================================================
8--- perl-5.12.2.orig/Makefile.SH 2010-09-06 16:30:32.000000000 -0700
9+++ perl-5.12.2/Makefile.SH 2011-02-16 16:21:30.744143773 -0800
10@@ -198,6 +198,8 @@
11 $this_target: uni.data" ;;
12 Text/ParseWords) extra_dep="$extra_dep
13 $this_target: lib/auto/Scalar/Util.$dlext" ;;
14+ POSIX) extra_dep="$extra_dep
15+$this_target: lib/auto/Cwd/Cwd.$dlext" ;;
16 esac
17 done
18