summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl-sanity/files/0001-Also-build-dynaloader-separately-as-race-failures-ha.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-02-01 16:20:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-02 11:06:00 +0000
commitd715262149e3cd564dc3e2c2e74b1d0c115047f8 (patch)
treeadfc07262f031acc304306e6f49c7a3465101514 /meta/recipes-devtools/perl-sanity/files/0001-Also-build-dynaloader-separately-as-race-failures-ha.patch
parente63e5b2e189df3a3aeddcb42696793a29539c8a8 (diff)
downloadpoky-d715262149e3cd564dc3e2c2e74b1d0c115047f8.tar.gz
perl: update perl-cross to 1.2.2
This allows us to drop the build race fixes. (From OE-Core rev: c869560c25223dd336ce84847ddbdbe44e4c391c) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl-sanity/files/0001-Also-build-dynaloader-separately-as-race-failures-ha.patch')
-rw-r--r--meta/recipes-devtools/perl-sanity/files/0001-Also-build-dynaloader-separately-as-race-failures-ha.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-devtools/perl-sanity/files/0001-Also-build-dynaloader-separately-as-race-failures-ha.patch b/meta/recipes-devtools/perl-sanity/files/0001-Also-build-dynaloader-separately-as-race-failures-ha.patch
deleted file mode 100644
index 15678b83ba..0000000000
--- a/meta/recipes-devtools/perl-sanity/files/0001-Also-build-dynaloader-separately-as-race-failures-ha.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1From 9c68cdd1a89f9b944edc804d7c5d000c45de7b85 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Mon, 14 Jan 2019 11:45:20 +0100
4Subject: [PATCH] Also build dynaloader separately as race failures have been
5 observed in Yocto.
6
7Upstream-Status: Submitted [https://github.com/arsv/perl-cross/issues/72]
8Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
9---
10 Makefile | 5 ++++-
11 1 file changed, 4 insertions(+), 1 deletion(-)
12
13diff --git a/Makefile b/Makefile
14index 7846406..cd8d75f 100644
15--- a/Makefile
16+++ b/Makefile
17@@ -74,10 +74,13 @@ $(CROSSPATCHED): %.applied: %.patch
18 # Force full patching before any building starts. Als, force early building
19 # of miniperl -- not really necessary, but makes the build process more logical.
20 # No reason to try CC if HOSTCC fails.
21+#
22+# Dynaloader is also built separately as race failures have been observed.
23 all:
24 $(MAKE) crosspatch
25 $(MAKE) miniperl$X
26- $(MAKE) dynaloader perl$x nonxs_ext utilities extensions pods
27+ $(MAKE) dynaloader
28+ $(MAKE) perl$x nonxs_ext utilities extensions pods
29
30 config.h: config.sh config_h.SH
31 CONFIG_H=$@ CONFIG_SH=$< ./config_h.SH