summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-06-03 15:49:32 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-06-03 08:46:44 -0300
commit9cdeca7aa35c319695dbbfadf09023ad7cf22c39 (patch)
tree4d24dd4626f8ccf8a55f8f61d13aebb765768291 /recipes-kernel
parent178695ebe77d37bc61923c6a4e8659f233a3fe17 (diff)
downloadmeta-freescale-9cdeca7aa35c319695dbbfadf09023ad7cf22c39.tar.gz
openssl/cryptodev: base_contains -> bb.utils.contains
base_contains is deprecated. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/cryptodev/cryptodev-qoriq_1.7.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq_1.7.inc b/recipes-kernel/cryptodev/cryptodev-qoriq_1.7.inc
index aa0e9948..e4700db4 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq_1.7.inc
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq_1.7.inc
@@ -55,7 +55,7 @@ file://0024-fix-COMPAT_CIOCKEY-ioctl-command-number.patch \
55 55
56# NOTE: remove this patch and all traces of DISTRO_FEATURE c29x_pkc 56# NOTE: remove this patch and all traces of DISTRO_FEATURE c29x_pkc
57# if pkc-host does not need customized cryptodev patches anymore 57# if pkc-host does not need customized cryptodev patches anymore
58SRC_URI_append = "${@base_contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}" 58SRC_URI_append = "${@bb.utils.contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}"
59 59
60S = "${WORKDIR}/cryptodev-linux-${PV}" 60S = "${WORKDIR}/cryptodev-linux-${PV}"
61 61