diff options
-rw-r--r-- | meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.2.bb (renamed from meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.1.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.1.bb b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.2.bb index 95f7e8d5f..6c3418a0c 100644 --- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.1.bb +++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.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 = "http://cryptsetup.googlecode.com/files/cryptsetup-${PV}.tar.bz2" | 14 | SRC_URI = "http://cryptsetup.googlecode.com/files/cryptsetup-${PV}.tar.bz2" |
15 | SRC_URI[md5sum] = "f374d11e3b0e7ca0f805756fd02e34ff" | 15 | SRC_URI[md5sum] = "cd834da49fbe92dd66df02cc5c61280f" |
16 | SRC_URI[sha256sum] = "baf36e663c03eb6440482d91c486d61ed47ce5c9268ad04c18ca09082755149c" | 16 | SRC_URI[sha256sum] = "15723f0198303d4bcb99d480b7a773918e2d319f0348457988c063bdd03e109a" |
17 | 17 | ||
18 | inherit autotools gettext | 18 | inherit autotools gettext |
19 | 19 | ||
@@ -29,3 +29,5 @@ RRECOMMENDS_${PN} = "kernel-module-aes-generic \ | |||
29 | kernel-module-cbc \ | 29 | kernel-module-cbc \ |
30 | kernel-module-sha256-generic \ | 30 | kernel-module-sha256-generic \ |
31 | " | 31 | " |
32 | |||
33 | EXTRA_OECONF = "--enable-static" | ||