[oe][meta-oe][PATCH 20/25] libkcapi: upgrade 1.5.0 -> 1.5.1
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> License-Update: copyright year changed to 2026[1] Add tag in the SRC_URI [1]https://github.com/smuellerDD/libkcapi/commit/df40ea48ecbf1afc6d3efa5494673fa73bd40826 Signed-off-by: Ankur Tyagi <[email protected]> --- .../libkcapi/{libkcapi_1.5.0.bb => libkcapi_1.5.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-crypto/libkcapi/{libkcapi_1.5.0.bb => libkcapi_1.5.1.bb} (88%) diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.1.bb similarity index 88% rename from meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb rename to meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.1.bb index 742a50c3fe..c4f5010058 100644 --- a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb +++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.1.bb @@ -1,10 +1,10 @@ SUMMARY = "Linux Kernel Crypto API User Space Interface Library" HOMEPAGE = "https://www.chronox.de/libkcapi/index.html" LICENSE = "BSD-3-Clause OR GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=3d8a091d797491204567185a6efce70f" +LIC_FILES_CHKSUM = "file://COPYING;md5=fed53d2ab12f2d813d4177dcf4792528" -SRCREV = "fc937358e71253a6efaa3ba74885364976b040ea" -SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \ +SRCREV = "df40ea48ecbf1afc6d3efa5494673fa73bd40826" +SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https;tag=v${PV} \ " inherit autotools