Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
tpm2.0-tools: rename -> tpm2-tools
Browse files Browse the repository at this point in the history
Unify how the TPM2 recipes are named.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
  • Loading branch information
twoerner authored and jiazhang0 committed May 30, 2018
1 parent 18d65f8 commit 4b2c94f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -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 \
Expand All @@ -77,7 +77,7 @@ RDEPENDS_${PN} += "\
grep \
procps \
cryptsetup \
tpm2.0-tools \
tpm2-tools \
"

# For init.cryptfs
Expand Down
2 changes: 1 addition & 1 deletion meta-tpm2/recipes-base/packagegroups/packagegroup-tpm2.bb
Expand Up @@ -2,7 +2,7 @@ require packagegroup-tpm2.inc

RDEPENDS_${PN} += "\
tpm2-abrmd \
tpm2.0-tools \
tpm2-tools \
rng-tools \
"

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

LICENSE = "BSD"
Expand Down

0 comments on commit 4b2c94f

Please sign in to comment.