summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.30.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-19 14:38:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-19 21:27:11 +0000
commitfe97845a45434902c5a994e253a127a462d7d3b4 (patch)
treeb35b5d51fc51e5ae68c8547a4cbc128a79ee0b9a /meta/recipes-devtools/perl/perl_5.30.1.bb
parentff7c386455848e497ef40f9fee2be87d5171e203 (diff)
downloadopenembedded-core-contrib-fe97845a45434902c5a994e253a127a462d7d3b4.tar.gz
perl: Fix makefile race causing configuration differences
Add a missing makefile dependency which can cause differences in configuration (submitted upstream). [YOCTO #13800] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.30.1.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.30.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.30.1.bb b/meta/recipes-devtools/perl/perl_5.30.1.bb
index b37f175f97..4869012b1a 100644
--- a/meta/recipes-devtools/perl/perl_5.30.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.30.1.bb
@@ -22,6 +22,7 @@ SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \
file://0002-Constant-Fix-up-shebang.patch \
file://0001-tests-adjust-to-correctly-exclude-unbuilt-extensions.patch \
file://determinism.patch \
+ file://racefix.patch \
"
SRC_URI_append_class-native = " \
file://perl-configpm-switch.patch \