diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-03-11 10:08:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-11 15:07:33 -0800 |
commit | 4817a48523f5da6eb5814c7aafa99cee471c2832 (patch) | |
tree | 803cfefdb1f5f5f3fabd7309c02e210980c3f199 /meta/recipes-devtools/perl/perl-native_5.12.2.bb | |
parent | 43a2d098008eee711399b8d64594d84ae034b9bf (diff) | |
download | poky-4817a48523f5da6eb5814c7aafa99cee471c2832.tar.gz |
perl: another set of parallel build fixes
[YOCTO #784]
Imported more commits from the perl upstream tree
(From OE-Core rev: c3b74b0c3833541ab5e89a7f9597f1ef8a413a70)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | 5 |
1 files changed, 4 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 cd21e9e8bd..9af7b06e08 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 = "r6" | 7 | PR = "r7" |
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" |
@@ -15,6 +15,9 @@ SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ | |||
15 | file://parallel_build_fix_1.patch \ | 15 | file://parallel_build_fix_1.patch \ |
16 | file://parallel_build_fix_2.patch \ | 16 | file://parallel_build_fix_2.patch \ |
17 | file://parallel_build_fix_3.patch \ | 17 | file://parallel_build_fix_3.patch \ |
18 | file://parallel_build_fix_4.patch \ | ||
19 | file://parallel_build_fix_5.patch \ | ||
20 | file://parallel_build_fix_6.patch \ | ||
18 | file://native-nopacklist.patch;patch=1 \ | 21 | file://native-nopacklist.patch;patch=1 \ |
19 | file://native-perlinc.patch;patch=1" | 22 | file://native-perlinc.patch;patch=1" |
20 | 23 | ||