mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-01-12 01:00:15 +00:00
tpm2.0-tools: rename -> tpm2-tools
Unify how the TPM2 recipes are named. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
committed by
Jia Zhang
parent
18d65f8933
commit
4b2c94fb64
@@ -66,7 +66,7 @@ FILES_${PN}-initramfs = "\
|
||||
# @grep: grep
|
||||
# @procps: pkill, pgrep
|
||||
# @cryptsetup: cryptsetup
|
||||
# @tpm2.0-tools: tpm2_*
|
||||
# @tpm2-tools: tpm2_*
|
||||
# @tpm2-abrmd: optional
|
||||
RDEPENDS_${PN} += "\
|
||||
libtss2 \
|
||||
@@ -77,7 +77,7 @@ RDEPENDS_${PN} += "\
|
||||
grep \
|
||||
procps \
|
||||
cryptsetup \
|
||||
tpm2.0-tools \
|
||||
tpm2-tools \
|
||||
"
|
||||
|
||||
# For init.cryptfs
|
||||
|
||||
@@ -2,7 +2,7 @@ require packagegroup-tpm2.inc
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
tpm2-abrmd \
|
||||
tpm2.0-tools \
|
||||
tpm2-tools \
|
||||
rng-tools \
|
||||
"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Tools for TPM2."
|
||||
DESCRIPTION = "tpm2.0-tools"
|
||||
DESCRIPTION = "tpm2-tools"
|
||||
SECTION = "security/tpm"
|
||||
|
||||
LICENSE = "BSD"
|
||||
Reference in New Issue
Block a user