mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
cryptodev-tests: depend on openssl 1.0
Upstream ticket: https://github.com/cryptodev-linux/cryptodev-linux/issues/22 (From OE-Core rev: 3619a2fbe3d5bb718fdab8ee55728b22acb892cf) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
56d76ecf74
commit
6309590b39
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user