From 7ab2f49107cf491d602880205a3ea1222cb5e616 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Sat, 5 Mar 2016 00:12:02 +0000 Subject: openssl: add a patch to fix parallel builds Apply a patch taken from Gentoo to hopefully fix the remaining parallel make races. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 3d806d59a4c5e8ff35c7e7c5a3a6ef85e2b4b259) Minor fixup to get patch to apply to jethro Signed-off-by: Armin Kuster --- meta/recipes-connectivity/openssl/openssl_1.0.2h.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.2h.bb') diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb index 3f8fb7265d..ea40275c30 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb @@ -37,6 +37,7 @@ SRC_URI += "file://configure-targets.patch \ file://crypto_use_bigint_in_x86-64_perl.patch \ file://openssl-1.0.2a-x32-asm.patch \ file://ptest_makefile_deps.patch \ + file://parallel.patch \ " SRC_URI[md5sum] = "9392e65072ce4b614c1392eefc1f23d0" -- cgit 1.2.3-korg