diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-08-08 18:30:50 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-11 00:08:33 +0100 |
commit | 3619a2fbe3d5bb718fdab8ee55728b22acb892cf (patch) | |
tree | 0052b427d4a6e7f5dc525df970d56daa12dd9146 | |
parent | 5ccf4a9786fc607a5838edb3bf409f83d7483ba6 (diff) | |
download | openembedded-core-3619a2fbe3d5bb718fdab8ee55728b22acb892cf.tar.gz openembedded-core-3619a2fbe3d5bb718fdab8ee55728b22acb892cf.tar.bz2 openembedded-core-3619a2fbe3d5bb718fdab8ee55728b22acb892cf.zip |
cryptodev-tests: depend on openssl 1.0
Upstream ticket:
https://github.com/cryptodev-linux/cryptodev-linux/issues/22
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb index 9cb5dcb94f..9afb3de217 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb +++ b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb @@ -2,7 +2,7 @@ require cryptodev.inc SUMMARY = "A test suite for /dev/crypto device driver" -DEPENDS += "openssl" +DEPENDS += "openssl10" SRC_URI += " \ file://0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch \ |