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>
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