summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.2.bb (renamed from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.1.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.2.bb
index 7f7c350a6..621ac0f2f 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.1.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.2.bb
@@ -21,7 +21,7 @@ DEPENDS:append:libc-musl = " argp-standalone"
21LDFLAGS:append:libc-musl = " -largp" 21LDFLAGS:append:libc-musl = " -largp"
22 22
23SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz" 23SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz"
24SRC_URI[sha256sum] = "a356a727a83a464ade566e95239622a22dbe4e0f482b198fdb04ab0d3a5a9c5f" 24SRC_URI[sha256sum] = "170cc2326a9daeeeb578579176bd10d4a60ee5c4fc5bc69018ce67dafc540b9c"
25 25
26inherit autotools gettext pkgconfig 26inherit autotools gettext pkgconfig
27 27