mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-05-30 05:39:42 +00:00
cryptfs-tpm2: fix RDEPENDS
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
@@ -77,9 +77,6 @@ RDEPENDS_${PN} += "\
|
|||||||
grep \
|
grep \
|
||||||
procps \
|
procps \
|
||||||
cryptsetup \
|
cryptsetup \
|
||||||
"
|
|
||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
|
||||||
tpm2.0-tools \
|
tpm2.0-tools \
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -94,7 +91,7 @@ RDEPENDS_${PN} = "\
|
|||||||
# @cryptfs-tpm2: cryptfs-tpm2
|
# @cryptfs-tpm2: cryptfs-tpm2
|
||||||
# @net-tools: ifconfig
|
# @net-tools: ifconfig
|
||||||
# @util-linux: mount, umount, blkid
|
# @util-linux: mount, umount, blkid
|
||||||
RDEPENDS_${PN}-initramfs = "\
|
RDEPENDS_${PN}-initramfs += "\
|
||||||
bash \
|
bash \
|
||||||
coreutils \
|
coreutils \
|
||||||
grep \
|
grep \
|
||||||
@@ -109,7 +106,7 @@ RDEPENDS_${PN}-initramfs = "\
|
|||||||
util-linux-blkid \
|
util-linux-blkid \
|
||||||
"
|
"
|
||||||
|
|
||||||
RRECOMMENDS_${PN}-initramfs = "\
|
RRECOMMENDS_${PN}-initramfs += "\
|
||||||
kernel-module-tpm-crb \
|
kernel-module-tpm-crb \
|
||||||
kernel-module-tpm-tis \
|
kernel-module-tpm-tis \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user