]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Mon, 20 Apr 2020 00:15:54 +0000 (17:15 -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 e34f816a4d0e4002a13ca3e57d4012bf2d61e31f..249634dce90e93b8d1006ff390c7396f21aebfdb 100644 (file)
@@ -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}"