cryptfs-tpm2: fix RDEPENDS

Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
Lans Zhang
2017-08-04 14:43:09 +08:00
parent 909c571a60
commit 7610abb4c8
@@ -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 \
" "