diff options
author | Trevor Woerner <twoerner@gmail.com> | 2018-05-29 12:21:25 -0400 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-05-30 09:38:05 +0800 |
commit | 6ca33b325d265afd2cab4890cd1379b2a95114f8 (patch) | |
tree | f11fe837c44d8892aca591efe1c9f004a4743ef5 | |
parent | 4b2c94fb642c0e2c65878125b5fc8508f173e105 (diff) | |
download | meta-secure-core-6ca33b325d265afd2cab4890cd1379b2a95114f8.tar.gz |
tpm2.0-tss: rename -> tpm2-tss
Unify how the TPM2 recipes are named.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
-rw-r--r-- | meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb | 2 | ||||
-rw-r--r-- | meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_git.bb | 2 | ||||
-rw-r--r-- | meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_git.bb | 2 | ||||
-rw-r--r-- | meta-tpm2/recipes-tpm/tpm2-tss/tpm2-tss_git.bb (renamed from meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb b/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb index a94ee5d..c966aa4 100644 --- a/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb +++ b/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb | |||
@@ -15,7 +15,7 @@ SECTION = "security/tpm" | |||
15 | LICENSE = "BSD-3-Clause" | 15 | LICENSE = "BSD-3-Clause" |
16 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=89c8ce1346a3dfe75379e84f3ba9d641" | 16 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=89c8ce1346a3dfe75379e84f3ba9d641" |
17 | 17 | ||
18 | DEPENDS += "tpm2.0-tss tpm2-abrmd pkgconfig-native" | 18 | DEPENDS += "tpm2-tss tpm2-abrmd pkgconfig-native" |
19 | 19 | ||
20 | PV = "0.6.2+git${SRCPV}" | 20 | PV = "0.6.2+git${SRCPV}" |
21 | 21 | ||
diff --git a/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_git.bb b/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_git.bb index 3a60863..da51776 100644 --- a/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_git.bb +++ b/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_git.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 pkgconfig tpm2.0-tss glib-2.0-native" | 12 | DEPENDS += "autoconf-archive dbus glib-2.0 pkgconfig tpm2-tss glib-2.0-native" |
13 | 13 | ||
14 | PV = "1.2.0+git${SRCPV}" | 14 | PV = "1.2.0+git${SRCPV}" |
15 | 15 | ||
diff --git a/meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_git.bb b/meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_git.bb index a8244de..b592882 100644 --- a/meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_git.bb +++ b/meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_git.bb | |||
@@ -5,7 +5,7 @@ SECTION = "security/tpm" | |||
5 | LICENSE = "BSD" | 5 | LICENSE = "BSD" |
6 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=91b7c548d73ea16537799e8060cea819" | 6 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=91b7c548d73ea16537799e8060cea819" |
7 | 7 | ||
8 | DEPENDS += "tpm2.0-tss tpm2-abrmd openssl curl autoconf-archive pkgconfig" | 8 | DEPENDS += "tpm2-tss tpm2-abrmd openssl curl autoconf-archive pkgconfig" |
9 | 9 | ||
10 | PV = "3.0.3+git${SRCPV}" | 10 | PV = "3.0.3+git${SRCPV}" |
11 | 11 | ||
diff --git a/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb b/meta-tpm2/recipes-tpm/tpm2-tss/tpm2-tss_git.bb index 37b2ab6..7147607 100644 --- a/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb +++ b/meta-tpm2/recipes-tpm/tpm2-tss/tpm2-tss_git.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 = "tpm2-tss like woah." |
3 | SECTION = "security/tpm" | 3 | SECTION = "security/tpm" |
4 | 4 | ||
5 | LICENSE = "BSD-2-Clause" | 5 | LICENSE = "BSD-2-Clause" |