From: Mike Crowe Date: Tue, 2 Feb 2016 14:49:45 +0000 (+0000) Subject: openssl: Explicitly set EXTRA_OEMAKE as required X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a384ab5cb4701fd1c1475bca4449def66b42c799;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git openssl: Explicitly set EXTRA_OEMAKE as required The openssl recipe currently relies on EXTRA_OEMAKE having been set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Mike Crowe Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 44e2eb4f95d..bc4a2ec4c2a 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc @@ -32,6 +32,7 @@ CFLAG_mtx-2 := "${@'${CFLAG}'.replace('-O2', '')}" export DIRS = "crypto ssl apps" export EX_LIBS = "-lgcc -ldl" export AS = "${CC} -c" +EXTRA_OEMAKE = "-e MAKEFLAGS=" inherit pkgconfig siteinfo multilib_header ptest