summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb
index 9e83b90eab..498f333810 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb
@@ -50,7 +50,7 @@ PACKAGECONFIG[veritysetup] = "--enable-veritysetup,--disable-veritysetup"
50PACKAGECONFIG[cryptsetup-reencrypt] = "--enable-cryptsetup-reencrypt,--disable-cryptsetup-reencrypt" 50PACKAGECONFIG[cryptsetup-reencrypt] = "--enable-cryptsetup-reencrypt,--disable-cryptsetup-reencrypt"
51PACKAGECONFIG[integritysetup] = "--enable-integritysetup,--disable-integritysetup" 51PACKAGECONFIG[integritysetup] = "--enable-integritysetup,--disable-integritysetup"
52PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" 52PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux"
53PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,,udev" 53PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,,udev lvm2-udevrules"
54PACKAGECONFIG[kernel_crypto] = "--enable-kernel_crypto,--disable-kernel_crypto" 54PACKAGECONFIG[kernel_crypto] = "--enable-kernel_crypto,--disable-kernel_crypto"
55# gcrypt-pkbdf2 requries --with-crypto_backend=gcrypt or the flag isn't 55# gcrypt-pkbdf2 requries --with-crypto_backend=gcrypt or the flag isn't
56# recognized. 56# recognized.