diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-12 23:00:49 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-12 16:49:59 -0700 |
commit | a76744d8ba6cf6be4a2131f79396ea3a9e1271bd (patch) | |
tree | 438e4fb67e87bb72518fc98857a0eacfc7236dae /meta-oe/recipes-crypto/cryptsetup | |
parent | e331ce08e417859a7e8028cd691a6674cf6ed1d9 (diff) | |
download | meta-openembedded-a76744d8ba6cf6be4a2131f79396ea3a9e1271bd.tar.gz |
cryptsetup: upgrade 2.3.0 -> 2.3.1
This is a bug-fix release, see full changelog:
- https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.3/v2.3.1-ReleaseNotes
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-crypto/cryptsetup')
-rw-r--r-- | meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.1.bb (renamed from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.0.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.1.bb index 0e36ed4a2a..ec375fed9d 100644 --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.0.bb +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.1.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] = "48be3bd7c557d051f638047d280e93ee" | 24 | SRC_URI[md5sum] = "cef482c0579f34d9524311ac70c0875f" |
25 | SRC_URI[sha256sum] = "395690de99509428354d3cd15cf023bed01487e6f1565b2181e013dc847bbc85" | 25 | SRC_URI[sha256sum] = "92aba4d559a2cf7043faed92e0f22c5addea36bd63f8c039ba5a8f3a159fe7d2" |
26 | 26 | ||
27 | inherit autotools gettext pkgconfig | 27 | inherit autotools gettext pkgconfig |
28 | 28 | ||