diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-03-03 18:45:09 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-08 08:21:11 +0000 |
commit | 0bbf04fa3e98068bfab3a91e84f145201de2a28f (patch) | |
tree | 6cbe3d178adb708c634862ec0d80b438cac3d3dc /meta/recipes-connectivity/openssl | |
parent | fe948c3c9527a239c4ddab8a462d85524c6cd101 (diff) | |
download | poky-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.bb | 2 |
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 ?= "" | |||
34 | PACKAGECONFIG_class-native = "" | 34 | PACKAGECONFIG_class-native = "" |
35 | PACKAGECONFIG_class-nativesdk = "" | 35 | PACKAGECONFIG_class-nativesdk = "" |
36 | 36 | ||
37 | PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux" | 37 | PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux,,cryptodev-module" |
38 | 38 | ||
39 | B = "${WORKDIR}/build" | 39 | B = "${WORKDIR}/build" |
40 | do_configure[cleandirs] = "${B}" | 40 | do_configure[cleandirs] = "${B}" |