]> code.ossystems Code Review - openembedded-core.git/blob
15678b83ba7501712f75a587962739c2fbc08a3e
[openembedded-core.git] /
1 From 9c68cdd1a89f9b944edc804d7c5d000c45de7b85 Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex.kanavin@gmail.com>
3 Date: Mon, 14 Jan 2019 11:45:20 +0100
4 Subject: [PATCH] Also build dynaloader separately as race failures have been
5  observed in Yocto.
6
7 Upstream-Status: Submitted [https://github.com/arsv/perl-cross/issues/72]
8 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
9 ---
10  Makefile | 5 ++++-
11  1 file changed, 4 insertions(+), 1 deletion(-)
12
13 diff --git a/Makefile b/Makefile
14 index 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