mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
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:
committed by
Koen Kooi
parent
1667aa0fe3
commit
7b6e75d043
@@ -11,7 +11,7 @@ S = "${WORKDIR}/openssl-${PV}"
|
|||||||
|
|
||||||
inherit siteinfo
|
inherit siteinfo
|
||||||
|
|
||||||
INC_PR = "r13"
|
INC_PR = "r14"
|
||||||
|
|
||||||
AR_append = " r"
|
AR_append = " r"
|
||||||
CFLAG = "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \
|
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-1 := "${@'${CFLAG}'.replace('-O2', '')}"
|
||||||
CFLAG_mtx-2 := "${@'${CFLAG}'.replace('-O2', '')}"
|
CFLAG_mtx-2 := "${@'${CFLAG}'.replace('-O2', '')}"
|
||||||
|
|
||||||
|
# parallel install fail sometimes
|
||||||
|
PARALLEL_MAKEINST = ""
|
||||||
|
|
||||||
export DIRS = "crypto ssl apps"
|
export DIRS = "crypto ssl apps"
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user