[OE-core] [PATCH v3] openssl: cryptodev enable method modified

Huang Qiyu huangqy.fnst at cn.fujitsu.com
Fri Aug 4 09:11:29 UTC 2017


Use PACKAGECONFIG to enable cryptodev.

Signed-off-by: Huang Qiyu <huangqy.fnst at cn.fujitsu.com>
---
 meta/recipes-connectivity/openssl/openssl_1.0.2l.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb
index 7c8f18b..0535c85 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.2l.bb
@@ -2,6 +2,7 @@ require openssl.inc
 
 # For target side versions of openssl enable support for OCF Linux driver
 # if they are available.
+PACKAGECONFIG ?= "cryptodev-linux"
 PACKAGECONFIG[cryptodev-linux] = "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS,,cryptodev-linux"
 CFLAG += "${PACKAGECONFIG_CONFARGS}"
 
-- 
2.7.4






More information about the Openembedded-core mailing list