summaryrefslogtreecommitdiffstats
path: root/poky/meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb')
-rw-r--r--poky/meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/poky/meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb b/poky/meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb
deleted file mode 100644
index 617db6cdd..000000000
--- a/poky/meta/recipes-kernel/cryptodev/cryptodev-tests_1.9.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-require cryptodev.inc
-
-SUMMARY = "A test suite for /dev/crypto device driver"
-
-DEPENDS += "openssl"
-
-SRC_URI += " \
-file://0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch \
-file://0001-Port-tests-to-openssl-1.1.patch \
-"
-
-EXTRA_OEMAKE='KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"'
-
-do_compile() {
- oe_runmake testprogs
-}
-
-do_install() {
- oe_runmake install_tests
-}
-
-FILES_${PN} = "${bindir}/*"
OpenPOWER on IntegriCloud