summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-crypto
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@fujitsu.com>2021-06-11 11:35:24 +0800
committerKhem Raj <raj.khem@gmail.com>2021-06-10 20:43:44 -0700
commit056d0892f0e2d1eb30029dbe9810b0800e87e634 (patch)
tree48028b3467d30bae7345d41f7625816ed658e305 /meta-oe/recipes-crypto
parentb9e13f68152c7bb9d32e40a20a04377756b73029 (diff)
downloadmeta-openembedded-056d0892f0e2d1eb30029dbe9810b0800e87e634.tar.gz
cryptsetup: upgrade 2.3.5 -> 2.3.6
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-crypto')
-rw-r--r--meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb (renamed from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb
index 0da9a26e8..562ac83fb 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb
@@ -21,8 +21,8 @@ RDEPENDS_${PN} = " \
21" 21"
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[md5sum] = "408620e0df577ec04108ec0bc2b91dee" 24SRC_URI[md5sum] = "504d1ab22cbc4d1a59a8d8c7ee5ed3bf"
25SRC_URI[sha256sum] = "ced9946f444d132536daf92fc8aca4277638a3c2d96e20540b2bae4d36fd70c1" 25SRC_URI[sha256sum] = "b296b7a21ea576c2b180611ccb19d06aec8dddaedf7c704b0c6a81210c25635f"
26 26
27inherit autotools gettext pkgconfig 27inherit autotools gettext pkgconfig
28 28