From: Alexander Kanavin Date: Tue, 8 Aug 2017 15:30:50 +0000 (+0300) Subject: cryptodev-tests: depend on openssl 1.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20462 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3619a2fbe3d5bb718fdab8ee55728b22acb892cf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cryptodev-tests: depend on openssl 1.0 Upstream ticket: https://github.com/cryptodev-linux/cryptodev-linux/issues/22 Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb index 9cb5dcb94f0..9afb3de217e 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 \