summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev
diff options
context:
space:
mode:
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