diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-06-10 15:30:35 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-10 20:57:01 -0700 |
commit | b2dfc24fdea7c3542dcb1118d12ed365390483c0 (patch) | |
tree | 2e9840db643fa6af9a85a3d28a0f3c0f87bc3bbd /meta-oe/recipes-crypto | |
parent | 5525b91fab80671f763a16105b62de6af3a1d0e5 (diff) | |
download | meta-openembedded-b2dfc24fdea7c3542dcb1118d12ed365390483c0.tar.gz |
cryptsetup: upgrade 2.3.2 -> 2.3.3
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.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.3.bb (renamed from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.3.bb index b9668eb09..93eba93a9 100644 --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.2.bb +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.3.bb | |||
@@ -21,8 +21,8 @@ RDEPENDS_${PN} = " \ | |||
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz" | 23 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz" |
24 | SRC_URI[md5sum] = "6e4ffb6d35a73f7539a5d0c1354654cd" | 24 | SRC_URI[md5sum] = "6c0ce8be21a7687b89354c77757d0c5b" |
25 | SRC_URI[sha256sum] = "a89e13dff0798fd0280e801d5f0cc8cfdb2aa5b1929bec1b7322e13d3eca95fb" | 25 | SRC_URI[sha256sum] = "3bca4ffe39e2f94cef50f6ea65acb873a6dbce5db34fc6bcefe38b6d095e82df" |
26 | 26 | ||
27 | inherit autotools gettext pkgconfig | 27 | inherit autotools gettext pkgconfig |
28 | 28 | ||