tpm2.0-tss: rename -> tpm2-tss

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 12:21:25 -04:00
committed by Jia Zhang
parent 4b2c94fb64
commit 6ca33b325d
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ SECTION = "security/tpm"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
DEPENDS += "autoconf-archive dbus glib-2.0 pkgconfig tpm2.0-tss glib-2.0-native"
DEPENDS += "autoconf-archive dbus glib-2.0 pkgconfig tpm2-tss glib-2.0-native"
PV = "1.2.0+git${SRCPV}"

View File

@@ -5,7 +5,7 @@ SECTION = "security/tpm"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=91b7c548d73ea16537799e8060cea819"
DEPENDS += "tpm2.0-tss tpm2-abrmd openssl curl autoconf-archive pkgconfig"
DEPENDS += "tpm2-tss tpm2-abrmd openssl curl autoconf-archive pkgconfig"
PV = "3.0.3+git${SRCPV}"

View File

@@ -1,5 +1,5 @@
SUMMARY = "Software stack for TPM2."
DESCRIPTION = "tpm2.0-tss like woah."
DESCRIPTION = "tpm2-tss like woah."
SECTION = "security/tpm"
LICENSE = "BSD-2-Clause"