summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl-sanity/files/fix-race-failures-2.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-01 18:19:09 +0000
commitc869560c25223dd336ce84847ddbdbe44e4c391c (patch)
tree694c8f22f316e03c791801d3d885c2b6697fffe3 /meta/recipes-devtools/perl-sanity/files/fix-race-failures-2.patch
parentb2ffd2228f0d68d096f8003975f0f7ec28bd4313 (diff)
downloadopenembedded-core-c869560c25223dd336ce84847ddbdbe44e4c391c.tar.gz
perl: update perl-cross to 1.2.2
This allows us to drop the build race fixes. 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/fix-race-failures-2.patch')
-rw-r--r--meta/recipes-devtools/perl-sanity/files/fix-race-failures-2.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-devtools/perl-sanity/files/fix-race-failures-2.patch b/meta/recipes-devtools/perl-sanity/files/fix-race-failures-2.patch
deleted file mode 100644
index bc42342e14..0000000000
--- a/meta/recipes-devtools/perl-sanity/files/fix-race-failures-2.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From e1e159a189247af1557fe400ca861714e5ed5af4 Mon Sep 17 00:00:00 2001
-From: Alex Suykov <alex.suykov@gmail.com>
-Date: Thu, 3 Jan 2019 22:03:20 +0200
-Subject: [PATCH] force crosspatch before any CC/HOSTCC rules
-
-Upstream-Status: Submitted [https://github.com/arsv/perl-cross/issues/72]
-Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
-
----
- Makefile | 10 +++++++---
- 1 file changed, 7 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 01644cd..62bfc8c 100644
---- a/Makefile
-+++ b/Makefile
-@@ -71,9 +71,13 @@ $(CROSSPATCHED): %.applied: %.patch
- # (mostly Makefile.PLs, but others can be annoying too)
- .SECONDARY:
-
--# Force early building of miniperl -- not really necessary, but makes
--# the build process more logical. No reason to try CC if HOSTCC fails.
--all: crosspatch miniperl$X dynaloader perl$x nonxs_ext utilities extensions pods
-+# Force full patching before any building starts. Als, force early building
-+# of miniperl -- not really necessary, but makes the build process more logical.
-+# No reason to try CC if HOSTCC fails.
-+all:
-+ $(MAKE) crosspatch
-+ $(MAKE) miniperl$X
-+ $(MAKE) dynaloader perl$x nonxs_ext utilities extensions pods
-
- config.h: config.sh config_h.SH
- CONFIG_H=$@ CONFIG_SH=$< ./config_h.SH
-