summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-03-03 18:45:09 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-08 08:21:11 +0000
commit0bbf04fa3e98068bfab3a91e84f145201de2a28f (patch)
tree6cbe3d178adb708c634862ec0d80b438cac3d3dc /meta/recipes-connectivity/openssl
parentfe948c3c9527a239c4ddab8a462d85524c6cd101 (diff)
downloadpoky-0bbf04fa3e98068bfab3a91e84f145201de2a28f.tar.gz
openssl: recommend cryptodev-module for corresponding PACKAGECONFIG
(From OE-Core rev: 57fcf9b517fe95e871122946cb99fe7fa9fd2e26) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.1.1d.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb
index d4871fe973..a429b0a980 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb
@@ -34,7 +34,7 @@ PACKAGECONFIG ?= ""
34PACKAGECONFIG_class-native = "" 34PACKAGECONFIG_class-native = ""
35PACKAGECONFIG_class-nativesdk = "" 35PACKAGECONFIG_class-nativesdk = ""
36 36
37PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux" 37PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux,,cryptodev-module"
38 38
39B = "${WORKDIR}/build" 39B = "${WORKDIR}/build"
40do_configure[cleandirs] = "${B}" 40do_configure[cleandirs] = "${B}"