diff options
-rw-r--r-- | meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.2.0.bb (renamed from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.2.0.bb index deaede8578..6ebf1e279f 100644 --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.2.0.bb | |||
@@ -17,8 +17,8 @@ DEPENDS = " \ | |||
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz" | 19 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz" |
20 | SRC_URI[md5sum] = "41d8b985ef69242852b93e95d53e8e28" | 20 | SRC_URI[md5sum] = "f7818082056e5bc0be12e4c7fc20345a" |
21 | SRC_URI[sha256sum] = "a3eeb2741f8f3376d16585191f3c60e067dd987e096c3c4b073fab7748b1c897" | 21 | SRC_URI[sha256sum] = "9d8f8cac2836a1623c075b5cba96032271dc81a28b2aa27fbd8331e831416bb1" |
22 | 22 | ||
23 | inherit autotools gettext pkgconfig | 23 | inherit autotools gettext pkgconfig |
24 | 24 | ||