mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
cryptodev: remove unneeded patch
With 1.13 version the needed rules are available directly upstream. This wasn't noticed in 1.12->1.13 patch rebase. I verified that installed files are exactly same with and without the patch. (From OE-Core rev: 71a36a0c3e84c3a2b6bc5c52349eda12f0bede0d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4858d204d2
commit
7069940be6
@@ -5,14 +5,13 @@ 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-tests-Makefile-do-not-use-Werror.patch \
|
||||
"
|
||||
file://0001-tests-Makefile-do-not-use-Werror.patch \
|
||||
"
|
||||
|
||||
EXTRA_OEMAKE='KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"'
|
||||
|
||||
do_compile() {
|
||||
oe_runmake testprogs
|
||||
oe_runmake tests
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
||||
Reference in New Issue
Block a user