mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
perl: Add dependency on make-native to avoid race issues
Make 4.1 has race issues with double colon usage in makefiles which are common in MakeMaker generated code in perl. Add a dependency on make-native to avoid this as it is relaitvely low overhead. (From OE-Core rev: 692b7c518637c77804caf7b3cfc60a83afa2e4f4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -33,6 +33,8 @@ S = "${WORKDIR}/perl-${PV}"
|
||||
inherit upstream-version-is-even update-alternatives
|
||||
|
||||
DEPENDS += "perlcross-native zlib virtual/crypt"
|
||||
# make 4.1 has race issues with the double-colon usage of MakeMaker, see #14096
|
||||
DEPENDS += "make-native"
|
||||
|
||||
PERL_LIB_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user