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:
Trevor Woerner
2018-05-29 10:04:44 -04:00
committed by Jia Zhang
parent 18d65f8933
commit 4b2c94fb64
4 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ FILES_${PN}-initramfs = "\
# @grep: grep # @grep: grep
# @procps: pkill, pgrep # @procps: pkill, pgrep
# @cryptsetup: cryptsetup # @cryptsetup: cryptsetup
# @tpm2.0-tools: tpm2_* # @tpm2-tools: tpm2_*
# @tpm2-abrmd: optional # @tpm2-abrmd: optional
RDEPENDS_${PN} += "\ RDEPENDS_${PN} += "\
libtss2 \ libtss2 \
@@ -77,7 +77,7 @@ RDEPENDS_${PN} += "\
grep \ grep \
procps \ procps \
cryptsetup \ cryptsetup \
tpm2.0-tools \ tpm2-tools \
" "
# For init.cryptfs # For init.cryptfs

View File

@@ -2,7 +2,7 @@ require packagegroup-tpm2.inc
RDEPENDS_${PN} += "\ RDEPENDS_${PN} += "\
tpm2-abrmd \ tpm2-abrmd \
tpm2.0-tools \ tpm2-tools \
rng-tools \ rng-tools \
" "

View File

@@ -1,5 +1,5 @@
SUMMARY = "Tools for TPM2." SUMMARY = "Tools for TPM2."
DESCRIPTION = "tpm2.0-tools" DESCRIPTION = "tpm2-tools"
SECTION = "security/tpm" SECTION = "security/tpm"
LICENSE = "BSD" LICENSE = "BSD"