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
@@ -15,7 +15,7 @@ SECTION = "security/tpm"
LICENSE = "BSD-3-Clause" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=89c8ce1346a3dfe75379e84f3ba9d641" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=89c8ce1346a3dfe75379e84f3ba9d641"
DEPENDS += "tpm2.0-tss tpm2-abrmd pkgconfig-native" DEPENDS += "tpm2-tss tpm2-abrmd pkgconfig-native"
PV = "0.6.2+git${SRCPV}" PV = "0.6.2+git${SRCPV}"
@@ -9,7 +9,7 @@ SECTION = "security/tpm"
LICENSE = "BSD-2-Clause" LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" 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}" PV = "1.2.0+git${SRCPV}"
@@ -5,7 +5,7 @@ SECTION = "security/tpm"
LICENSE = "BSD" LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=91b7c548d73ea16537799e8060cea819" 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}" PV = "3.0.3+git${SRCPV}"
@@ -1,5 +1,5 @@
SUMMARY = "Software stack for TPM2." SUMMARY = "Software stack for TPM2."
DESCRIPTION = "tpm2.0-tss like woah." DESCRIPTION = "tpm2-tss like woah."
SECTION = "security/tpm" SECTION = "security/tpm"
LICENSE = "BSD-2-Clause" LICENSE = "BSD-2-Clause"