]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: recommend cryptodev-module for corresponding PACKAGECONFIG
authorDenys Dmytriyenko <denys@ti.com>
Tue, 3 Mar 2020 23:45:09 +0000 (18:45 -0500)
committerArmin Kuster <akuster808@gmail.com>
Sun, 17 May 2020 15:59:02 +0000 (08:59 -0700)
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>
meta/recipes-connectivity/openssl/openssl_1.1.1d.bb

index 67eea6592e5d5385ef4d4349f83ca42dc8246c74..d656cb3cfaa3f24061466c1fbd2a16338193e029 100644 (file)
@@ -33,7 +33,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}"