From 7610abb4c8ffb4581f298b0b858d37856876790a Mon Sep 17 00:00:00 2001 From: Lans Zhang Date: Fri, 4 Aug 2017 14:43:09 +0800 Subject: cryptfs-tpm2: fix RDEPENDS Signed-off-by: Lans Zhang --- .../recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb b/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb index d4a1e2c..e1c9cd0 100644 --- a/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb +++ b/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb @@ -77,9 +77,6 @@ RDEPENDS_${PN} += "\ grep \ procps \ cryptsetup \ -" - -RDEPENDS_${PN} = "\ tpm2.0-tools \ " @@ -94,7 +91,7 @@ RDEPENDS_${PN} = "\ # @cryptfs-tpm2: cryptfs-tpm2 # @net-tools: ifconfig # @util-linux: mount, umount, blkid -RDEPENDS_${PN}-initramfs = "\ +RDEPENDS_${PN}-initramfs += "\ bash \ coreutils \ grep \ @@ -109,7 +106,7 @@ RDEPENDS_${PN}-initramfs = "\ util-linux-blkid \ " -RRECOMMENDS_${PN}-initramfs = "\ +RRECOMMENDS_${PN}-initramfs += "\ kernel-module-tpm-crb \ kernel-module-tpm-tis \ " -- cgit v1.2.3-54-g00ecf