Files
poky/meta/recipes-kernel/cryptodev/cryptodev-linux_1.14.bb
Ross Burton fec5b53708 cryptodev-linux: clean up do_install
The upstream Makefile now supports installing the headers directly[1],
so use the target instead of calling install manually.

[1] e3962fea4e

(From OE-Core rev: 749de43ccc13488c0ec74e4a4257cc25cbf89370)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-05-19 17:35:43 +01:00

13 lines
222 B
BlitzBasic

require cryptodev.inc
SUMMARY = "A /dev/crypto device driver header file"
do_compile[noexec] = "1"
do_install() {
oe_runmake headers_install DESTDIR="${D}"
}
ALLOW_EMPTY:${PN} = "1"
BBCLASSEXTEND = "native nativesdk"