diff options
-rw-r--r-- | meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb | 6 |
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 | " |
40 | PACKAGECONFIG_append_class-target = " \ | ||
41 | udev \ | ||
42 | " | ||
41 | 43 | ||
42 | PACKAGECONFIG[keyring] = "--enable-keyring,--disable-keyring" | 44 | PACKAGECONFIG[keyring] = "--enable-keyring,--disable-keyring" |
43 | PACKAGECONFIG[fips] = "--enable-fips,--disable-fips" | 45 | PACKAGECONFIG[fips] = "--enable-fips,--disable-fips" |
@@ -48,7 +50,7 @@ PACKAGECONFIG[veritysetup] = "--enable-veritysetup,--disable-veritysetup" | |||
48 | PACKAGECONFIG[cryptsetup-reencrypt] = "--enable-cryptsetup-reencrypt,--disable-cryptsetup-reencrypt" | 50 | PACKAGECONFIG[cryptsetup-reencrypt] = "--enable-cryptsetup-reencrypt,--disable-cryptsetup-reencrypt" |
49 | PACKAGECONFIG[integritysetup] = "--enable-integritysetup,--disable-integritysetup" | 51 | PACKAGECONFIG[integritysetup] = "--enable-integritysetup,--disable-integritysetup" |
50 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" | 52 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" |
51 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" | 53 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,,udev" |
52 | PACKAGECONFIG[kernel_crypto] = "--enable-kernel_crypto,--disable-kernel_crypto" | 54 | PACKAGECONFIG[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. |