openssl: disable parallel install
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 18 Oct 2011 01:36:30 +0000 (01:36 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:15:53 +0000 (08:15 -0800)
(From meta-openembedded rev: 7b6e75d043a833b059ec6a39bf998999ef8f3d9e)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl.inc

index 86b29f0..7d5c0ec 100644 (file)
@@ -11,7 +11,7 @@ S = "${WORKDIR}/openssl-${PV}"
 
 inherit siteinfo
 
-INC_PR = "r13"
+INC_PR = "r14"
 
 AR_append = " r"
 CFLAG = "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \
@@ -21,6 +21,9 @@ CFLAG = "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '-DL_ENDIAN', '-DB_END
 CFLAG_mtx-1 := "${@'${CFLAG}'.replace('-O2', '')}"
 CFLAG_mtx-2 := "${@'${CFLAG}'.replace('-O2', '')}"
 
+# parallel install fail sometimes
+PARALLEL_MAKEINST = ""
+
 export DIRS = "crypto ssl apps"
 BBCLASSEXTEND = "native nativesdk"