cryptodev-tests: do not use -Werror with openssl 3

(From OE-Core rev: 8ffab3cc437d9c4f3cbd41e1a52db768d6fbe938)

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:
Alexander Kanavin
2021-10-11 11:40:42 +02:00
committed by Richard Purdie
parent 9a95f11100
commit 5d98fcc934
2 changed files with 25 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ 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 \
"
EXTRA_OEMAKE='KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"'