summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-connectivity/openssl/openssl_1.0.1i.bb
diff options
context:
space:
mode:
authorCristian Stoica <cristian.stoica@freescale.com>2015-07-17 17:29:41 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 23:26:58 -0300
commit47af636562e2ad35fecc7c070c4d3a6919f553d9 (patch)
tree62f776f4b35178335ffc8d0e43f3cc70db6e9812 /meta-fsl-ppc/recipes-connectivity/openssl/openssl_1.0.1i.bb
parent3018c337749d4261640d7b1ab547b82e140507a3 (diff)
downloadmeta-freescale-47af636562e2ad35fecc7c070c4d3a6919f553d9.tar.gz
openssl: remove native dependency on cryptodev
The original intent of the code was good but the comment was missleading since the cryptodev dependency was always set, even for the native package. Dependency on acceleration engines (including cryptodev) should be disabled for the native package to reduce the risk of incorrect builds and other runtime issues. In particular, the chain of dependencies for such a high profile crypto package should be minimal to help with code audit. Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-ppc/recipes-connectivity/openssl/openssl_1.0.1i.bb')
-rw-r--r--meta-fsl-ppc/recipes-connectivity/openssl/openssl_1.0.1i.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-fsl-ppc/recipes-connectivity/openssl/openssl_1.0.1i.bb b/meta-fsl-ppc/recipes-connectivity/openssl/openssl_1.0.1i.bb
index ccc3126c..54c052ef 100644
--- a/meta-fsl-ppc/recipes-connectivity/openssl/openssl_1.0.1i.bb
+++ b/meta-fsl-ppc/recipes-connectivity/openssl/openssl_1.0.1i.bb
@@ -1,10 +1,9 @@
1require openssl.inc 1require openssl.inc
2 2
3# For target side versions of openssl enable support for OCF Linux driver 3# For target side versions of openssl enable support for cryptodev Linux driver
4# if they are available. 4# if they are available.
5DEPENDS += "cryptodev-linux" 5DEPENDS_class-target += "cryptodev-linux"
6 6CFLAG_class-target += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
7CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
8 7
9LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
10 9