summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-crypto/libkcapi
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-01-18 07:56:54 +0300
committerKhem Raj <raj.khem@gmail.com>2024-01-19 09:51:07 -0800
commit6f7ee19d662e2c35cdc42b9d059f3938f9e7b34d (patch)
tree723b4073a69104fc353f212f09b73f53a3133e60 /meta-oe/recipes-crypto/libkcapi
parent205ed387f6e8e7a1124b04b72c999cb1cdeb1505 (diff)
downloadmeta-openembedded-6f7ee19d662e2c35cdc42b9d059f3938f9e7b34d.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-crypto/libkcapi')
-rw-r--r--meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb (renamed from meta-oe/recipes-crypto/libkcapi/libkcapi_1.4.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.4.0.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb
index 3be8c76b5..35e9b032b 100644
--- a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.4.0.bb
+++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb
@@ -1,10 +1,10 @@
1SUMMARY = "Linux Kernel Crypto API User Space Interface Library" 1SUMMARY = "Linux Kernel Crypto API User Space Interface Library"
2HOMEPAGE = "http://www.chronox.de/libkcapi.html" 2HOMEPAGE = "http://www.chronox.de/libkcapi.html"
3LICENSE = "BSD-3-Clause | GPL-2.0-only" 3LICENSE = "BSD-3-Clause | GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a2562899bc38f1735868f0bf0c1dd1a5" 4LIC_FILES_CHKSUM = "file://COPYING;md5=3d8a091d797491204567185a6efce70f"
5 5
6S = "${WORKDIR}/git" 6S = "${WORKDIR}/git"
7SRCREV = "1429ab42d48123cc8f73b96c69a87fb9c6d8a7c9" 7SRCREV = "fc937358e71253a6efaa3ba74885364976b040ea"
8SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \ 8SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \
9 " 9 "
10 10