diff options
author | Kai Kang <kai.kang@windriver.com> | 2014-03-26 18:15:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-27 15:46:51 +0000 |
commit | 815798d03b7a922f79a1989ca93e70d7231068ed (patch) | |
tree | 6cf323f4c5ddcb95e3fc74d90f1295540d0783dd /meta/recipes-connectivity | |
parent | b895ee7407bac338f6235215ce52e6c51169a55e (diff) | |
download | poky-815798d03b7a922f79a1989ca93e70d7231068ed.tar.gz |
openssl: replace dependency ocf-linux with cryptodev-linux
ocf-linux only provides header files but no implementation in kernel.
And Yocto kernel linux-yocto use cryptodev-linux to implement
/dev/crypto interface. So replace dependency ocf-linux with
cryptodev-linux for openssl.
(From OE-Core rev: b36b15cddbe52e6770b96e06af2959cea0e2436f)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.1e.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb index 4787c67fff..2c3885c002 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb | |||
@@ -2,7 +2,7 @@ require 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 OCF Linux driver |
4 | # if they are available. | 4 | # if they are available. |
5 | DEPENDS += "ocf-linux" | 5 | DEPENDS += "cryptodev-linux" |
6 | 6 | ||
7 | CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" | 7 | CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" |
8 | 8 | ||