mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 23:40:05 +00:00
ecryptfs-utils: depend on ecryptfs kernel module
ecryptfs-utils userspace daemon fails to start if kernel module is not available on target. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
1dd9fdd1fe
commit
69b8567e97
@@ -69,4 +69,7 @@ do_install:append() {
|
|||||||
FILES:${PN} += "${base_libdir}/security/* ${base_libdir}/ecryptfs/*"
|
FILES:${PN} += "${base_libdir}/security/* ${base_libdir}/ecryptfs/*"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "cryptsetup"
|
RDEPENDS:${PN} += "cryptsetup"
|
||||||
RRECOMMENDS:${PN} = "gettext-runtime"
|
RRECOMMENDS:${PN} = " \
|
||||||
|
gettext-runtime \
|
||||||
|
kernel-module-ecryptfs \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user