]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
cryptodev-tests: depend on openssl 1.0
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 8 Aug 2017 15:30:50 +0000 (18:30 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Aug 2017 23:08:33 +0000 (00:08 +0100)
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>
meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb

index 9cb5dcb94f0034a47406161d9bf6d58d77e3711a..9afb3de217e39efc4b9dab9e62c5839ad64d6621 100644 (file)
@@ -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 \