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:40 +0000 | 
| commit | b36b15cddbe52e6770b96e06af2959cea0e2436f (patch) | |
| tree | 77295d8f2b27cd2edac767550e397d8d4050b4f2 | |
| parent | 6b6c24eccdb0030ecccadefe94c1c5b4387e46d1 (diff) | |
| download | openembedded-core-b36b15cddbe52e6770b96e06af2959cea0e2436f.tar.gz openembedded-core-b36b15cddbe52e6770b96e06af2959cea0e2436f.tar.bz2 openembedded-core-b36b15cddbe52e6770b96e06af2959cea0e2436f.zip | |
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.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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  # For target side versions of openssl enable support for OCF Linux driver  # if they are available. -DEPENDS += "ocf-linux" +DEPENDS += "cryptodev-linux"  CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" | 
