From 9cdeca7aa35c319695dbbfadf09023ad7cf22c39 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Fri, 3 Jun 2016 15:49:32 +0800 Subject: openssl/cryptodev: base_contains -> bb.utils.contains base_contains is deprecated. Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- recipes-kernel/cryptodev/cryptodev-qoriq_1.7.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel/cryptodev') diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq_1.7.inc b/recipes-kernel/cryptodev/cryptodev-qoriq_1.7.inc index aa0e9948f..e4700db4a 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 \ # NOTE: remove this patch and all traces of DISTRO_FEATURE c29x_pkc # if pkc-host does not need customized cryptodev patches anymore -SRC_URI_append = "${@base_contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}" +SRC_URI_append = "${@bb.utils.contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}" S = "${WORKDIR}/cryptodev-linux-${PV}" -- cgit v1.2.3-54-g00ecf