From: Denys Dmytriyenko Date: Tue, 3 Mar 2020 23:45:09 +0000 (-0500) Subject: openssl: recommend cryptodev-module for corresponding PACKAGECONFIG X-Git-Tag: 2020-04-dunfell~229 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=57fcf9b517fe95e871122946cb99fe7fa9fd2e26;p=openembedded-core.git openssl: recommend cryptodev-module for corresponding PACKAGECONFIG Signed-off-by: Denys Dmytriyenko Signed-off-by: Richard Purdie --- 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 ?= "" PACKAGECONFIG_class-native = "" PACKAGECONFIG_class-nativesdk = "" -PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux" +PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux,,cryptodev-module" B = "${WORKDIR}/build" do_configure[cleandirs] = "${B}"