summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLans Zhang <jia.zhang@windriver.com>2017-08-04 14:43:09 +0800
committerLans Zhang <jia.zhang@windriver.com>2017-08-04 14:43:09 +0800
commit7610abb4c8ffb4581f298b0b858d37856876790a (patch)
treee3b7ef78f4ed75fa61651f17cf2470ffc6c4b744
parent909c571a60db073404b5ca4aab9e8cd876c01a53 (diff)
downloadmeta-secure-core-7610abb4c8ffb4581f298b0b858d37856876790a.tar.gz
cryptfs-tpm2: fix RDEPENDS
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r--meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb7
1 files 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} += "\
77 grep \ 77 grep \
78 procps \ 78 procps \
79 cryptsetup \ 79 cryptsetup \
80"
81
82RDEPENDS_${PN} = "\
83 tpm2.0-tools \ 80 tpm2.0-tools \
84" 81"
85 82
@@ -94,7 +91,7 @@ RDEPENDS_${PN} = "\
94# @cryptfs-tpm2: cryptfs-tpm2 91# @cryptfs-tpm2: cryptfs-tpm2
95# @net-tools: ifconfig 92# @net-tools: ifconfig
96# @util-linux: mount, umount, blkid 93# @util-linux: mount, umount, blkid
97RDEPENDS_${PN}-initramfs = "\ 94RDEPENDS_${PN}-initramfs += "\
98 bash \ 95 bash \
99 coreutils \ 96 coreutils \
100 grep \ 97 grep \
@@ -109,7 +106,7 @@ RDEPENDS_${PN}-initramfs = "\
109 util-linux-blkid \ 106 util-linux-blkid \
110" 107"
111 108
112RRECOMMENDS_${PN}-initramfs = "\ 109RRECOMMENDS_${PN}-initramfs += "\
113 kernel-module-tpm-crb \ 110 kernel-module-tpm-crb \
114 kernel-module-tpm-tis \ 111 kernel-module-tpm-tis \
115" 112"