diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-02-05 15:13:09 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-02-06 10:02:16 -0200 |
commit | ccc6fc6cfd001328228f7faee3bc0247f1a7d48d (patch) | |
tree | 896417b84818c18c6c0f26246cec3edb7f9d582d /recipes-connectivity/openssl | |
parent | 67ae7dadcb0a683b08ff3edb152b063f043d94f1 (diff) | |
download | meta-freescale-ccc6fc6cfd001328228f7faee3bc0247f1a7d48d.tar.gz |
openssl-qoriq: don't use deprecated functions from utils.bbclass
These functions were moved to meta/lib/oe in 2010 and the base_* functions in
utils.bbclass were intended to be a short-term compatibility layer. They're
still used in a few places, so update the callers to use the new functions
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-connectivity/openssl')
-rw-r--r-- | recipes-connectivity/openssl/openssl-qoriq.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq.inc b/recipes-connectivity/openssl/openssl-qoriq.inc index d7e4e331..edf3b9d0 100644 --- a/recipes-connectivity/openssl/openssl-qoriq.inc +++ b/recipes-connectivity/openssl/openssl-qoriq.inc | |||
@@ -32,7 +32,7 @@ TERMIO_libc-musl = "-DTERMIOS" | |||
32 | TERMIO ?= "-DTERMIO" | 32 | TERMIO ?= "-DTERMIO" |
33 | # Avoid binaries being marked as requiring an executable stack since it | 33 | # Avoid binaries being marked as requiring an executable stack since it |
34 | # doesn't(which causes and this causes issues with SELinux | 34 | # doesn't(which causes and this causes issues with SELinux |
35 | CFLAG = "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \ | 35 | CFLAG = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \ |
36 | ${TERMIO} ${CFLAGS} -Wall -Wa,--noexecstack" | 36 | ${TERMIO} ${CFLAGS} -Wall -Wa,--noexecstack" |
37 | 37 | ||
38 | export DIRS = "crypto ssl apps" | 38 | export DIRS = "crypto ssl apps" |