diff options
author | Phil Blundell <pb@pbcl.net> | 2013-04-23 17:45:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-28 12:12:21 +0100 |
commit | 3dd0810d3b64b7aef422ea7bce3de6c8d9bb1e3d (patch) | |
tree | f97cbaf88276c459911c8ab3f9473b18d71ecdd8 /meta/recipes-connectivity | |
parent | d553d1a17398960231ac932742a77eb8fa6999d8 (diff) | |
download | poky-3dd0810d3b64b7aef422ea7bce3de6c8d9bb1e3d.tar.gz |
openssl: Disable parallel make
Otherwise you get errors like:
| ../libcrypto.so: file not recognized: File truncated
| collect2: error: ld returned 1 exit status
| make[2]: *** [link_o.gnu] Error 1
(From OE-Core rev: 61c21a0f7a2041446a82b76ee3658fda5dfbff1d)
Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.1e.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb index 47c13a433c..c7c225dd56 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb | |||
@@ -43,6 +43,7 @@ PACKAGES =+ " \ | |||
43 | FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines" | 43 | FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines" |
44 | FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug" | 44 | FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug" |
45 | 45 | ||
46 | PARALLEL_MAKE = "" | ||
46 | PARALLEL_MAKEINST = "" | 47 | PARALLEL_MAKEINST = "" |
47 | 48 | ||
48 | do_configure_prepend() { | 49 | do_configure_prepend() { |