summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2016-02-18 12:45:10 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-02-18 13:18:35 +0800
commit51a2d618958ec9bd1c99b34c7ce7c7fa7d051b7d (patch)
tree7231c0348e737a3afc5583fde61a26804b9cd8ad /recipes-connectivity
parent2e9b383ccaf495b7d07dcc5065a6fa83fc03e501 (diff)
downloadmeta-fsl-ppc-51a2d618958ec9bd1c99b34c7ce7c7fa7d051b7d.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@freescale.com>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/openssl/openssl.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-connectivity/openssl/openssl.inc b/recipes-connectivity/openssl/openssl.inc
index ee02fb7..bf159de 100644
--- a/recipes-connectivity/openssl/openssl.inc
+++ b/recipes-connectivity/openssl/openssl.inc
@@ -29,6 +29,7 @@ CFLAG_mtx-2 := "${@'${CFLAG}'.replace('-O2', '')}"
29export DIRS = "crypto ssl apps" 29export DIRS = "crypto ssl apps"
30export EX_LIBS = "-lgcc -ldl" 30export EX_LIBS = "-lgcc -ldl"
31export AS = "${CC} -c" 31export AS = "${CC} -c"
32EXTRA_OEMAKE = "-e MAKEFLAGS="
32 33
33inherit pkgconfig siteinfo multilib_header 34inherit pkgconfig siteinfo multilib_header
34 35