diff options
Diffstat (limited to 'meta-oe/recipes-crypto/cryptsetup')
-rw-r--r-- | meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.5.bb (renamed from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.2.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.5.bb index 504c718b96..91ea446851 100644 --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.2.bb +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.5.bb | |||
@@ -20,7 +20,7 @@ DEPENDS:append:libc-musl = " argp-standalone" | |||
20 | LDFLAGS:append:libc-musl = " -largp" | 20 | LDFLAGS:append:libc-musl = " -largp" |
21 | 21 | ||
22 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz" | 22 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz" |
23 | SRC_URI[sha256sum] = "219ebf74e8eddf96624a0376477e5a6f8f350a67aaf36e7dadb114d94b3afef4" | 23 | SRC_URI[sha256sum] = "d2be4395b8f503b0ebf4b2d81db90c35a97050a358ee21fe62a0dfb66e5d5522" |
24 | 24 | ||
25 | inherit autotools gettext pkgconfig | 25 | inherit autotools gettext pkgconfig |
26 | 26 | ||
@@ -53,7 +53,7 @@ PACKAGECONFIG[veritysetup] = "--enable-veritysetup,--disable-veritysetup" | |||
53 | PACKAGECONFIG[luks2-reencryption] = "--enable-luks2-reencryption,--disable-luks2-reencryption" | 53 | PACKAGECONFIG[luks2-reencryption] = "--enable-luks2-reencryption,--disable-luks2-reencryption" |
54 | PACKAGECONFIG[integritysetup] = "--enable-integritysetup,--disable-integritysetup" | 54 | PACKAGECONFIG[integritysetup] = "--enable-integritysetup,--disable-integritysetup" |
55 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" | 55 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" |
56 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,,udev lvm2-udevrules" | 56 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,,,udev lvm2" |
57 | PACKAGECONFIG[kernel_crypto] = "--enable-kernel_crypto,--disable-kernel_crypto" | 57 | PACKAGECONFIG[kernel_crypto] = "--enable-kernel_crypto,--disable-kernel_crypto" |
58 | # gcrypt-pkbdf2 requries --with-crypto_backend=gcrypt or the flag isn't | 58 | # gcrypt-pkbdf2 requries --with-crypto_backend=gcrypt or the flag isn't |
59 | # recognized. | 59 | # recognized. |