summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-05-09 04:26:13 -0500
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-05-10 11:20:54 +0800
commitf0d1257ab87d71f0afb7b8cc5fdfbd97f546327a (patch)
tree3bbdfbb6e78f3ecb8c01b5b2a7a7e4376bd3a080 /recipes-kernel/cryptodev
parent19f9b87894f188c8b8fb58df5e310f15a07df973 (diff)
downloadmeta-fsl-ppc-f0d1257ab87d71f0afb7b8cc5fdfbd97f546327a.tar.gz
openssl/cryptodev: base_contains -> bb.utils.contains
base_contains is deprecated. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Diffstat (limited to 'recipes-kernel/cryptodev')
-rw-r--r--recipes-kernel/cryptodev/cryptodev_1.7.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev_1.7.inc b/recipes-kernel/cryptodev/cryptodev_1.7.inc
index 27e679d..2060ce3 100644
--- a/recipes-kernel/cryptodev/cryptodev_1.7.inc
+++ b/recipes-kernel/cryptodev/cryptodev_1.7.inc
@@ -46,7 +46,7 @@ file://0024-fix-COMPAT_CIOCKEY-ioctl-command-number.patch \
46 46
47# NOTE: remove this patch and all traces of DISTRO_FEATURE c29x_pkc 47# NOTE: remove this patch and all traces of DISTRO_FEATURE c29x_pkc
48# if pkc-host does not need customized cryptodev patches anymore 48# if pkc-host does not need customized cryptodev patches anymore
49SRC_URI_append = "${@base_contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}" 49SRC_URI_append = "${@bb.utils.contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '' ,d)}"
50 50
51S = "${WORKDIR}/cryptodev-linux-${PV}" 51S = "${WORKDIR}/cryptodev-linux-${PV}"
52 52