summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Klausen <kristian@klausen.dk>2021-09-06 14:08:19 +0200
committerArmin Kuster <akuster808@gmail.com>2021-09-07 08:18:09 -0700
commit32f1d758a14bba35d67a75778ae747f1ff5c5482 (patch)
treedb8967bd1a93bb69c68f233bd7d383c0ec557a1a
parent7aca7fa6dbf294ca6424c3dd4244c20dbd08a20e (diff)
downloadmeta-openembedded-32f1d758a14bba35d67a75778ae747f1ff5c5482.tar.gz
cryptsetup: Add runtime dependency on lvm2-udevrules for udev
Without the udevrules cryptsetup luksOpen will be hanging with "Udev cookie 0xd4de0f6 (semid 5) waiting for zero". Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 60b33e376b2331cd20950f0745336397790d2201) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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.