summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb
index 51cecf5d23..a500b18986 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb
@@ -31,13 +31,15 @@ PACKAGECONFIG ??= " \
31 cryptsetup-reencrypt \ 31 cryptsetup-reencrypt \
32 integritysetup \ 32 integritysetup \
33 ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)} \ 33 ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)} \
34 udev \
35 kernel_crypto \ 34 kernel_crypto \
36 internal-argon2 \ 35 internal-argon2 \
37 blkid \ 36 blkid \
38 luks-adjust-xts-keysize \ 37 luks-adjust-xts-keysize \
39 openssl \ 38 openssl \
40" 39"
40PACKAGECONFIG_append_class-target = " \
41 udev \
42"
41 43
42PACKAGECONFIG[keyring] = "--enable-keyring,--disable-keyring" 44PACKAGECONFIG[keyring] = "--enable-keyring,--disable-keyring"
43PACKAGECONFIG[fips] = "--enable-fips,--disable-fips" 45PACKAGECONFIG[fips] = "--enable-fips,--disable-fips"
@@ -48,7 +50,7 @@ PACKAGECONFIG[veritysetup] = "--enable-veritysetup,--disable-veritysetup"
48PACKAGECONFIG[cryptsetup-reencrypt] = "--enable-cryptsetup-reencrypt,--disable-cryptsetup-reencrypt" 50PACKAGECONFIG[cryptsetup-reencrypt] = "--enable-cryptsetup-reencrypt,--disable-cryptsetup-reencrypt"
49PACKAGECONFIG[integritysetup] = "--enable-integritysetup,--disable-integritysetup" 51PACKAGECONFIG[integritysetup] = "--enable-integritysetup,--disable-integritysetup"
50PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" 52PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux"
51PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" 53PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,,udev"
52PACKAGECONFIG[kernel_crypto] = "--enable-kernel_crypto,--disable-kernel_crypto" 54PACKAGECONFIG[kernel_crypto] = "--enable-kernel_crypto,--disable-kernel_crypto"
53# 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
54# recognized. 56# recognized.