[OE-core] [PATCH V2] openssl: change make install run serially

changqing.li at windriver.com changqing.li at windriver.com
Thu Oct 25 05:38:57 UTC 2018


From: Changqing Li <changqing.li at windriver.com>

openssl offcially don't supprt parallel make install, and have
occasionally install fail problem for parallel build,
according to upstream suggestion, just make install serially.

refer:
https://github.com/openssl/openssl/issues/7466#issuecomment-432148137

Signed-off-by: Changqing Li <changqing.li at windriver.com>
---
 meta/recipes-connectivity/openssl/openssl_1.1.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1.bb
index af9038a..21d35b6 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1.bb
@@ -43,6 +43,8 @@ EXTRA_OECONF_class-nativesdk = "--with-rand-seed=devrandom"
 CFLAGS_append_class-native = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/builtin"
 CFLAGS_append_class-nativesdk = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/builtin"
 
+PARALLEL_MAKEINST = ""
+
 do_configure () {
 	os=${HOST_OS}
 	case $os in
-- 
2.7.4




More information about the Openembedded-core mailing list