summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-09-04 16:10:26 +0800
committerKhem Raj <raj.khem@gmail.com>2024-09-04 15:34:53 -0700
commitcf174f190d75736aaa6c3ffe7e82d86d19930420 (patch)
tree53e7659c7653bf3ac4f070d4fcc8632724251f2c
parent9ab901b30228fa6c62e65069e8ae55bc98fbcc55 (diff)
downloadmeta-openembedded-cf174f190d75736aaa6c3ffe7e82d86d19930420.tar.gz
cryptsetup: upgrade 2.7.4 -> 2.7.5
Release Notes: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/v2.7.5-ReleaseNotes Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.5.bb (renamed from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.4.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.5.bb
index a57d79d6f7..54b47ea3fd 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.4.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.5.bb
@@ -20,7 +20,7 @@ DEPENDS:append:libc-musl = " argp-standalone"
20LDFLAGS:append:libc-musl = " -largp" 20LDFLAGS:append:libc-musl = " -largp"
21 21
22SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz" 22SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz"
23SRC_URI[sha256sum] = "dce29903a58f7b774fe61191e7e6de955de0f40d9e27b0028ffcf3438c0e9480" 23SRC_URI[sha256sum] = "d2be4395b8f503b0ebf4b2d81db90c35a97050a358ee21fe62a0dfb66e5d5522"
24 24
25inherit autotools gettext pkgconfig 25inherit autotools gettext pkgconfig
26 26