From 57fcf9b517fe95e871122946cb99fe7fa9fd2e26 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 3 Mar 2020 18:45:09 -0500 Subject: openssl: recommend cryptodev-module for corresponding PACKAGECONFIG Signed-off-by: Denys Dmytriyenko Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssl/openssl_1.1.1d.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/openssl') 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}" -- cgit 1.2.3-korg