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-05-22 16:23:29 +0100
commitd40a1892a9842661779a1b5eb5e435e2c90df60d (patch)
tree0799ceae4b5d6661149c476b35ce3c9c82a36941 /meta
parent363b349e6632972aba6c8a0574d6b713056a1335 (diff)
downloadpoky-d40a1892a9842661779a1b5eb5e435e2c90df60d.tar.gz
openssl: recommend cryptodev-module for corresponding PACKAGECONFIG
(From OE-Core rev: 5de53272951bfc3c8c73bd09fd0b296e2ffff322) 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 67eea6592e..d656cb3cfa 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb
@@ -33,7 +33,7 @@ PACKAGECONFIG ?= ""
33PACKAGECONFIG_class-native = "" 33PACKAGECONFIG_class-native = ""
34PACKAGECONFIG_class-nativesdk = "" 34PACKAGECONFIG_class-nativesdk = ""
35 35
36PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux" 36PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux,,cryptodev-module"
37 37
38B = "${WORKDIR}/build" 38B = "${WORKDIR}/build"
39do_configure[cleandirs] = "${B}" 39do_configure[cleandirs] = "${B}"