openssl 1.0.2d fixes the parallel make problems (commit
8e6bb99), so enable
parallel make again.
[ YOCTO #7347 ]
(From OE-Core rev:
ea89857f17a374b6095371ebe2422d2e83735cee)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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