mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
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>
This commit is contained in:
committed by
Saul Wold
parent
d16085b67b
commit
a33a2cc024
@@ -8,7 +8,7 @@ PRIORITY = "optional"
|
||||
# We need gnugrep (for -I)
|
||||
DEPENDS = "virtual/db perl-native-${PV} grep-native"
|
||||
DEPENDS += "gdbm zlib"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
# 5.10.1 has Module::Build built-in
|
||||
PROVIDES += "libmodule-build-perl"
|
||||
@@ -21,6 +21,9 @@ SRC_URI = "ftp://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://Makefile.SH.patch;patch=1 \
|
||||
file://installperl.patch;patch=1 \
|
||||
file://perl-dynloader.patch;patch=1 \
|
||||
|
||||
Reference in New Issue
Block a user