Files
Jason Wessel 59a1f79ad8 packagegroup-luks.inc: Addlvm2-udevrules
The lvm2-udevrules is required else udev will never perform the device
notification when an encrypted volume is initially created.

[ Issue: LINUXEXEC-2450 ]

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
2019-11-08 13:27:23 +08:00

14 lines
223 B
PHP

LICENSE = "MIT"
LIC_FILES_CHKSUM = "\
file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
"
ALLOW_EMPTY_${PN} = "1"
S = "${WORKDIR}"
RDEPENDS_${PN} += "\
cryptfs-tpm2 \
lvm2-udevrules \
"