diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-10-18 01:36:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-18 09:16:02 +0200 |
commit | 7b6e75d043a833b059ec6a39bf998999ef8f3d9e (patch) | |
tree | fb1596e32fd3431c21926dc8b032ba35fbf4cd9f | |
parent | 1667aa0fe3210f0588bcf6906d1c0b58f667af1d (diff) | |
download | meta-openembedded-7b6e75d043a833b059ec6a39bf998999ef8f3d9e.tar.gz |
openssl: disable parallel install
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-connectivity/openssl/openssl.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/openssl/openssl.inc b/meta-oe/recipes-connectivity/openssl/openssl.inc index 86b29f0af7..7d5c0ec9d8 100644 --- a/meta-oe/recipes-connectivity/openssl/openssl.inc +++ b/meta-oe/recipes-connectivity/openssl/openssl.inc | |||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/openssl-${PV}" | |||
11 | 11 | ||
12 | inherit siteinfo | 12 | inherit siteinfo |
13 | 13 | ||
14 | INC_PR = "r13" | 14 | INC_PR = "r14" |
15 | 15 | ||
16 | AR_append = " r" | 16 | AR_append = " r" |
17 | CFLAG = "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \ | 17 | 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 | |||
21 | CFLAG_mtx-1 := "${@'${CFLAG}'.replace('-O2', '')}" | 21 | CFLAG_mtx-1 := "${@'${CFLAG}'.replace('-O2', '')}" |
22 | CFLAG_mtx-2 := "${@'${CFLAG}'.replace('-O2', '')}" | 22 | CFLAG_mtx-2 := "${@'${CFLAG}'.replace('-O2', '')}" |
23 | 23 | ||
24 | # parallel install fail sometimes | ||
25 | PARALLEL_MAKEINST = "" | ||
26 | |||
24 | export DIRS = "crypto ssl apps" | 27 | export DIRS = "crypto ssl apps" |
25 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |
26 | 29 | ||