summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-02-05 15:13:09 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-02-06 10:02:16 -0200
commitccc6fc6cfd001328228f7faee3bc0247f1a7d48d (patch)
tree896417b84818c18c6c0f26246cec3edb7f9d582d /recipes-connectivity
parent67ae7dadcb0a683b08ff3edb152b063f043d94f1 (diff)
downloadmeta-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')
-rw-r--r--recipes-connectivity/openssl/openssl-qoriq.inc2
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"
32TERMIO ?= "-DTERMIO" 32TERMIO ?= "-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
35CFLAG = "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \ 35CFLAG = "${@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
38export DIRS = "crypto ssl apps" 38export DIRS = "crypto ssl apps"