]> code.ossystems Code Review - meta-freescale.git/commitdiff
openssl: Explicitly set EXTRA_OEMAKE as required
authorZhenhua Luo <zhenhua.luo@nxp.com>
Thu, 3 Mar 2016 07:27:25 +0000 (15:27 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:26 +0000 (15:03 -0300)
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 <ting.liu@nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-connectivity/openssl/openssl-qoriq.inc

index bcbf36f2b4983694b2794819b54950da0550cc1f..4c6abbd972e5e8467e5620496be1c6dfa3513ea2 100644 (file)
@@ -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