mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
cryptodev-linux: move to recipes-kernel to be shared with module and tests
(From OE-Core rev: e7aace7658fabe41839a3ec1b596bf28c6a4c02e) (From OE-Core rev: 421e8aa969135097fcc2da0625ad74c1934297a2) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c03bb4d0c7
commit
6a4a66aabb
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "A /dev/crypto device driver"
|
||||
HOMEPAGE = "http://cryptodev-linux.org/"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "http://download.gna.org/cryptodev-linux/${BPN}-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "eade38998313c25fd7934719cdf8a2ea"
|
||||
SRC_URI[sha256sum] = "75f1425c8ea1f8cae523905a5a046a35092327a6152800b0b86efc4e56fb3e2f"
|
||||
|
||||
do_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
# 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