mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
1667aa0fe3
commit
7b6e75d043
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user