diff options
4 files changed, 6 insertions, 6 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.1.1.bb b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.1.1.bb index 13dbf5a..a4c6682 100644 --- a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.1.1.bb +++ b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.1.1.bb | |||
@@ -9,7 +9,7 @@ SECTION = "security/tpm" | |||
9 | LICENSE = "BSD-2-Clause" | 9 | LICENSE = "BSD-2-Clause" |
10 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" | 10 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" |
11 | 11 | ||
12 | DEPENDS = "autoconf-archive dbus glib-2.0 tpm2.0-tss glib-2.0-native \ | 12 | DEPENDS = "autoconf-archive dbus glib-2.0 tpm2-tss glib-2.0-native \ |
13 | libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim" | 13 | libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim" |
14 | 14 | ||
15 | 15 | ||
@@ -50,6 +50,6 @@ do_install_append() { | |||
50 | FILES_${PN} += "${libdir}/systemd/system-preset \ | 50 | FILES_${PN} += "${libdir}/systemd/system-preset \ |
51 | ${datadir}/dbus-1" | 51 | ${datadir}/dbus-1" |
52 | 52 | ||
53 | RDEPENDS_${PN} += "tpm2.0-tss" | 53 | RDEPENDS_${PN} += "tpm2-tss" |
54 | 54 | ||
55 | BBCLASSEXTEND = "native" | 55 | BBCLASSEXTEND = "native" |
diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_0.9.9.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_0.9.9.bb index c24fd8f..9031e63 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_0.9.9.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_0.9.9.bb | |||
@@ -4,7 +4,7 @@ SECTION = "security/tpm" | |||
4 | LICENSE = "BSD-2-Clause" | 4 | LICENSE = "BSD-2-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b748af41ef1300c98e105b3b7ec4ecc1" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b748af41ef1300c98e105b3b7ec4ecc1" |
6 | 6 | ||
7 | DEPENDS = "autoconf-archive pkgconfig dstat sqlite3 openssl libtss2-dev tpm2.0-tools" | 7 | DEPENDS = "autoconf-archive pkgconfig dstat sqlite3 openssl libtss2-dev tpm2-tools" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git \ | 9 | SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git \ |
10 | file://bootstrap_fixup.patch \ | 10 | file://bootstrap_fixup.patch \ |
diff --git a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_3.1.3.bb b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_3.1.3.bb index 56c68db..1f1f5c6 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_3.1.3.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_3.1.3.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | SUMMARY = "Tools for TPM2." | 1 | SUMMARY = "Tools for TPM2." |
2 | DESCRIPTION = "tpm2.0-tools" | 2 | DESCRIPTION = "tpm2-tools" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=91b7c548d73ea16537799e8060cea819" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=91b7c548d73ea16537799e8060cea819" |
5 | SECTION = "tpm" | 5 | SECTION = "tpm" |
6 | 6 | ||
7 | DEPENDS = "pkgconfig tpm2.0-tss openssl curl autoconf-archive" | 7 | DEPENDS = "pkgconfig tpm2-tss openssl curl autoconf-archive" |
8 | 8 | ||
9 | SRCREV = "74ba065e5914bc5d713ca3709d62a5751b097369" | 9 | SRCREV = "74ba065e5914bc5d713ca3709d62a5751b097369" |
10 | 10 | ||
diff --git a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_2.2.1.bb b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_2.2.1.bb index 4f9db50..78bdeeb 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_2.2.1.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_2.2.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Software stack for TPM2." | 1 | SUMMARY = "Software stack for TPM2." |
2 | DESCRIPTION = "tpm2.0-tss like woah." | 2 | DESCRIPTION = "OSS implementation of the TCG TPM2 Software Stack (TSS2) " |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" |
5 | SECTION = "tpm" | 5 | SECTION = "tpm" |