mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
cryptodev: upgrade to 1.12
(From OE-Core rev: fc4a42442a31f094ef20d9d2f97b4e2e1a9bbead) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b6e67e3d28
commit
81c152bac2
13
meta/recipes-kernel/cryptodev/cryptodev-linux_1.12.bb
Normal file
13
meta/recipes-kernel/cryptodev/cryptodev-linux_1.12.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
require cryptodev.inc
|
||||
|
||||
SUMMARY = "A /dev/crypto device driver header file"
|
||||
|
||||
do_compile[noexec] = "1"
|
||||
|
||||
# Just install cryptodev.h which is the only header file needed to be exported
|
||||
do_install() {
|
||||
install -D ${S}/crypto/cryptodev.h ${D}${includedir}/crypto/cryptodev.h
|
||||
}
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user