openssl: disable parallel install

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Otavio Salvador 2011-10-18 01:36:30 +00:00 committed by Koen Kooi
parent 1667aa0fe3
commit 7b6e75d043

View 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"