]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 8 Mar 2020 08:20:32 +0000 (08:20 +0000)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl_1.1.1d.bb

index d4871fe9738fb5cf09d18186ed18f208a0149187..a429b0a9809264444335719732f63483b62bb188 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}"