diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-02-16 16:39:21 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-17 23:19:39 +0000 |
commit | 265bd1ce61e3f7089e919a409e4923fcf062dae5 (patch) | |
tree | ab6d038995e06c808c55e844f238daa817ab64af /meta/recipes-devtools/perl/perl-native_5.12.2.bb | |
parent | 27894c58b74fb01530aa7144b8e8c7a2298187b4 (diff) | |
download | poky-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-native_5.12.2.bb')
-rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.12.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.12.2.bb b/meta/recipes-devtools/perl/perl-native_5.12.2.bb index 790eae2cd5..5996494c98 100644 --- a/meta/recipes-devtools/perl/perl-native_5.12.2.bb +++ b/meta/recipes-devtools/perl/perl-native_5.12.2.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "Artistic|GPL" | 4 | LICENSE = "Artistic|GPL" |
5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | 5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |
6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | 6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" |
7 | PR = "r4" | 7 | PR = "r5" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | 9 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |
10 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | 10 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" |
@@ -12,6 +12,7 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | |||
12 | SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ | 12 | SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ |
13 | file://Configure-multilib.patch;patch=1 \ | 13 | file://Configure-multilib.patch;patch=1 \ |
14 | file://perl-configpm-switch.patch;patch=1 \ | 14 | file://perl-configpm-switch.patch;patch=1 \ |
15 | file://parallel_build_fix.patch \ | ||
15 | file://native-nopacklist.patch;patch=1 \ | 16 | file://native-nopacklist.patch;patch=1 \ |
16 | file://native-perlinc.patch;patch=1" | 17 | file://native-perlinc.patch;patch=1" |
17 | 18 | ||