summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/perl/perl-native_5.12.2.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-03-11 10:08:01 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-11 15:06:05 -0800
commitc3b74b0c3833541ab5e89a7f9597f1ef8a413a70 (patch)
treede14a4d7e1138c9155373f38ab6240df873a6eee /meta/recipes-devtools/perl/perl-native_5.12.2.bb
parent9f4747a1e7e04e0b08b7b402bd8dd7cf8ccd0166 (diff)
downloadopenembedded-core-c3b74b0c3833541ab5e89a7f9597f1ef8a413a70.tar.gz
openembedded-core-c3b74b0c3833541ab5e89a7f9597f1ef8a413a70.tar.bz2
openembedded-core-c3b74b0c3833541ab5e89a7f9597f1ef8a413a70.tar.xz
openembedded-core-c3b74b0c3833541ab5e89a7f9597f1ef8a413a70.zip
perl: another set of parallel build fixes
[YOCTO #784] Imported more commits from the perl upstream tree Signed-off-by: Nitin A Kamble <nitin.a.kamble@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.bb5
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 cd21e9e8b..9af7b06e0 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"
LICENSE = "Artistic|GPL"
LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
-PR = "r6"
+PR = "r7"
LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
@@ -15,6 +15,9 @@ SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
file://parallel_build_fix_1.patch \
file://parallel_build_fix_2.patch \
file://parallel_build_fix_3.patch \
+ file://parallel_build_fix_4.patch \
+ file://parallel_build_fix_5.patch \
+ file://parallel_build_fix_6.patch \
file://native-nopacklist.patch;patch=1 \
file://native-perlinc.patch;patch=1"