summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-03-03 18:45:09 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-29 16:11:56 +0100
commit70c242521f30c1174416d489eb5e11c7bcece042 (patch)
tree7a2a2d31f079a1e73e7d56a7de865e49c6f64e95 /meta
parent3d0865c905d28912f3d355dc4d2b04f42f579616 (diff)
downloadpoky-70c242521f30c1174416d489eb5e11c7bcece042.tar.gz
openssl: recommend cryptodev-module for corresponding PACKAGECONFIG
(From OE-Core rev: 285957cba45a15c90ceb062a55c957e81486a031) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 57fcf9b517fe95e871122946cb99fe7fa9fd2e26) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 169824a8be..a8ca716309 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}"