]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: replace dependency ocf-linux with cryptodev-linux
authorKai Kang <kai.kang@windriver.com>
Wed, 26 Mar 2014 10:15:58 +0000 (18:15 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Mar 2014 15:46:40 +0000 (15:46 +0000)
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>
meta/recipes-connectivity/openssl/openssl_1.0.1e.bb

index 4787c67fff5dc81699a2b8d823ecf74397304e83..2c3885c002f26ebe38a220176471e5c77a0b28cc 100644 (file)
@@ -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"