]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: enable parallel make
authorRoss Burton <ross.burton@intel.com>
Wed, 18 Nov 2015 22:35:50 +0000 (22:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:31:02 +0000 (21:31 +0000)
openssl 1.0.2d fixes the parallel make problems (commit 8e6bb99), so enable
parallel make again.

[ YOCTO #7347 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/openssl/openssl_1.0.2d.bb

index 8e8d05fb41144e2eace15dbe39d0313025c75e22..249f8c4364b75628240a076b76ee75865b7c7138 100644 (file)
@@ -50,9 +50,6 @@ PACKAGES =+ " \
 FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines"
 FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug"
 
-PARALLEL_MAKE = ""
-PARALLEL_MAKEINST = ""
-
 # The crypto_use_bigint patch means that perl's bignum module needs to be
 # installed, but some distributions (for example Fedora 23) don't ship it by
 # default.  As the resulting error is very misleading check for bignum before