From: Zhenhua Luo Date: Thu, 3 Mar 2016 07:27:25 +0000 (+0800) Subject: openssl: Explicitly set EXTRA_OEMAKE as required X-Git-Tag: 2.1~57 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9eb0bda479fefed8769ad78eee455e739f0dd38f;p=meta-freescale.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. (Refer to OE-Core rev: a384ab5cb4701fd1c1475bca4449def66b42c799) Signed-off-by: Ting Liu Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/recipes-connectivity/openssl/openssl-qoriq.inc b/recipes-connectivity/openssl/openssl-qoriq.inc index bcbf36f2..4c6abbd9 100644 --- a/recipes-connectivity/openssl/openssl-qoriq.inc +++ b/recipes-connectivity/openssl/openssl-qoriq.inc @@ -40,6 +40,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