]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: Explicitly set EXTRA_OEMAKE as required
authorMike Crowe <mac@mcrowe.com>
Tue, 2 Feb 2016 14:49:45 +0000 (14:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Feb 2016 17:40:11 +0000 (17:40 +0000)
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.

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl.inc

index 44e2eb4f95d63ebda4d405b6218e3faa4d4b6350..bc4a2ec4c2a4cebe6c31b38d27433ac5c3234d03 100644 (file)
@@ -32,6 +32,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 ptest