diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-02 14:49:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 13:09:56 +0000 |
commit | 2d3e6f303b561b46cbec187af1afc0fa0a2561d8 (patch) | |
tree | 203f1ae1040165376bac68e1fc0041c6aec47a51 /meta/recipes-connectivity | |
parent | b07e161267b0dac45afa6a97bbfa3a5ea47e967b (diff) | |
download | poky-2d3e6f303b561b46cbec187af1afc0fa0a2561d8.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.
(From OE-Core rev: a384ab5cb4701fd1c1475bca4449def66b42c799)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 44e2eb4f95..bc4a2ec4c2 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', '')}" | |||
32 | export DIRS = "crypto ssl apps" | 32 | export DIRS = "crypto ssl apps" |
33 | export EX_LIBS = "-lgcc -ldl" | 33 | export EX_LIBS = "-lgcc -ldl" |
34 | export AS = "${CC} -c" | 34 | export AS = "${CC} -c" |
35 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
35 | 36 | ||
36 | inherit pkgconfig siteinfo multilib_header ptest | 37 | inherit pkgconfig siteinfo multilib_header ptest |
37 | 38 | ||