diff options
author | Derek Straka <derek@asterius.io> | 2016-08-09 17:50:41 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-15 12:31:59 +0200 |
commit | 5f9728d97f65173833f9d9aa2f535172f222c844 (patch) | |
tree | fcba9a39e43c40ced854f0f9a440e6bda829d503 /meta-oe | |
parent | 7151a9d71fd87b95ffa02013b7b2f47a4d328738 (diff) | |
download | meta-openembedded-5f9728d97f65173833f9d9aa2f535172f222c844.tar.gz |
cryptsetup: update to version 1.7.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb (renamed from meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb index 16c21d3c51..d160a09326 100644 --- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.0.bb +++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb | |||
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326" | |||
12 | DEPENDS = "util-linux lvm2 popt libgcrypt" | 12 | DEPENDS = "util-linux lvm2 popt libgcrypt" |
13 | 13 | ||
14 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v1.7/${BP}.tar.xz" | 14 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v1.7/${BP}.tar.xz" |
15 | SRC_URI[md5sum] = "56c385fe87fc2b6873df4b7f89202d0f" | 15 | SRC_URI[md5sum] = "a11a140cea496961222170944db01fc1" |
16 | SRC_URI[sha256sum] = "075524a7cc0db36d12119fa79116750accb1c6c8825d5faa2534b74b8ce3d148" | 16 | SRC_URI[sha256sum] = "dbb35dbf5f0c1749168c86c913fe98e872247bfc8425314b494c2423e7e43342" |
17 | 17 | ||
18 | inherit autotools gettext pkgconfig | 18 | inherit autotools gettext pkgconfig |
19 | 19 | ||