openssl: Disable parallel make
authorPhil Blundell <pb@pbcl.net>
Tue, 23 Apr 2013 16:45:26 +0000 (17:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Apr 2013 11:12:21 +0000 (12:12 +0100)
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>
meta/recipes-connectivity/openssl/openssl_1.0.1e.bb

index 47c13a4..c7c225d 100644 (file)
@@ -43,6 +43,7 @@ PACKAGES =+ " \
 FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines"
 FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug"
 
+PARALLEL_MAKE = ""
 PARALLEL_MAKEINST = ""
 
 do_configure_prepend() {