From: Richard Purdie Date: Mon, 23 Feb 2015 16:12:08 +0000 (+0000) Subject: Revert "openssl: fix and enable parallel build" X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9afc85a7be203c5a0eac1977e777a24504cb3088;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Revert "openssl: fix and enable parallel build" This reverts commit 7502fa5febdd7a2281d626f7040782fb1f9af59e. We keep seeing parallel make failures in openssl :( Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.1k.bb b/meta/recipes-connectivity/openssl/openssl_1.0.1k.bb index d3c5f6a76a4..16ffc58a513 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.1k.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.1k.bb @@ -49,6 +49,9 @@ 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() { cp ${WORKDIR}/find.pl ${S}/util/find.pl }