summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb1
1 files changed, 1 insertions, 0 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 a500b18986..deaede8578 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb
@@ -65,6 +65,7 @@ PACKAGECONFIG[gcrypt] = "--with-crypto_backend=gcrypt,,libgcrypt"
65PACKAGECONFIG[nss] = "--with-crypto_backend=nss,,nss" 65PACKAGECONFIG[nss] = "--with-crypto_backend=nss,,nss"
66PACKAGECONFIG[kernel] = "--with-crypto_backend=kernel" 66PACKAGECONFIG[kernel] = "--with-crypto_backend=kernel"
67PACKAGECONFIG[nettle] = "--with-crypto_backend=nettle,,nettle" 67PACKAGECONFIG[nettle] = "--with-crypto_backend=nettle,,nettle"
68PACKAGECONFIG[luks2] = "--with-default-luks-format=LUKS2,--with-default-luks-format=LUKS1"
68 69
69RRECOMMENDS_${PN} = "kernel-module-aes-generic \ 70RRECOMMENDS_${PN} = "kernel-module-aes-generic \
70 kernel-module-dm-crypt \ 71 kernel-module-dm-crypt \