mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-05-06 09:48:40 +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
|
# @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
|
||||||
|
|||||||
@@ -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 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user