mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
libkcapi: upgrade 1.4.0 -> 1.5.0
License-Update: Copyright years change
Changelog:
move all sha* applications to the libexec directory to allow them to coexist with other packages sha* applications - the caller is expected to make a symlink to them
add sha3sum
add kcapi_md_sha3_* wrapper APIs
various small fixes
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
205ed387f6
commit
6f7ee19d66
|
|
@ -1,10 +1,10 @@
|
|||
SUMMARY = "Linux Kernel Crypto API User Space Interface Library"
|
||||
HOMEPAGE = "http://www.chronox.de/libkcapi.html"
|
||||
LICENSE = "BSD-3-Clause | GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a2562899bc38f1735868f0bf0c1dd1a5"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3d8a091d797491204567185a6efce70f"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "1429ab42d48123cc8f73b96c69a87fb9c6d8a7c9"
|
||||
SRCREV = "fc937358e71253a6efaa3ba74885364976b040ea"
|
||||
SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \
|
||||
"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user