summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-03-03 15:27:25 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:26 -0300
commit9eb0bda479fefed8769ad78eee455e739f0dd38f (patch)
treeb9cfe772700e66a5ceeca2029deef83a8fce671b /recipes-connectivity
parent17fc6cf5c53d83191e982e6e216fce4a32b51645 (diff)
downloadmeta-freescale-9eb0bda479fefed8769ad78eee455e739f0dd38f.tar.gz
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 <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/openssl/openssl-qoriq.inc1
1 files changed, 1 insertions, 0 deletions
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', '')}"
40export DIRS = "crypto ssl apps" 40export DIRS = "crypto ssl apps"
41export EX_LIBS = "-lgcc -ldl" 41export EX_LIBS = "-lgcc -ldl"
42export AS = "${CC} -c" 42export AS = "${CC} -c"
43EXTRA_OEMAKE = "-e MAKEFLAGS="
43 44
44inherit pkgconfig siteinfo multilib_header 45inherit pkgconfig siteinfo multilib_header
45 46