diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-20 13:16:05 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-20 13:16:05 +0800 |
commit | 9ee97956a6fc209fa1c380ecd065ce2bf472d301 (patch) | |
tree | 89996173fa3c764111fb8541155d175b3028525c | |
parent | 788b69e11b801c710798e760c30dd845e74b621a (diff) | |
download | meta-secure-core-9ee97956a6fc209fa1c380ecd065ce2bf472d301.tar.gz |
tpm-quote-tools: update to the latest and code style fixup
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.1.bb | 26 | ||||
-rw-r--r-- | meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb | 27 |
2 files changed, 27 insertions, 26 deletions
diff --git a/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.1.bb b/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.1.bb deleted file mode 100644 index f20d17d..0000000 --- a/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.1.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | SUMMARY = " \ | ||
2 | The TPM Quote Tools is a collection of programs that provide support \ | ||
3 | for TPM based attestation using the TPM quote mechanism. \ | ||
4 | " | ||
5 | DESCRIPTION = " \ | ||
6 | The TPM Quote Tools is a collection of programs that provide support \ | ||
7 | for TPM based attestation using the TPM quote mechanism. The manual \ | ||
8 | page for tpm_quote_tools provides a usage overview. \ | ||
9 | \ | ||
10 | TPM Quote Tools has been tested with TrouSerS on Linux and NTRU on \ | ||
11 | Windows XP. It was ported to Windows using MinGW and MSYS. \ | ||
12 | " | ||
13 | SECTION = "tpm" | ||
14 | PR = "r0" | ||
15 | LICENSE = "PD" | ||
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ec30b01163d242ecf07d9cd84e3611f" | ||
17 | DEPENDS = "libtspi tpm-tools" | ||
18 | |||
19 | SRC_URI += " \ | ||
20 | http://downloads.sourceforge.net/project/tpmquotetools/1.0.1/tpm-quote-tools-1.0.1.tar.gz \ | ||
21 | " | ||
22 | |||
23 | SRC_URI[md5sum] = "bea00c7d5c9bd78bfa42e4e69428de80" | ||
24 | SRC_URI[sha256sum] = "40a6987c009cc24677a7e13a6c4121c0a165e37a588c019ae417d66a3bdfa0b5" | ||
25 | |||
26 | inherit autotools | ||
diff --git a/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb b/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb new file mode 100644 index 0000000..083aa7c --- /dev/null +++ b/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | SUMMARY= "A collection of programs that provide support \ | ||
2 | for TPM based attestation using the TPM quote mechanism. \ | ||
3 | " | ||
4 | DESCRIPTION = "\ | ||
5 | The TPM Quote Tools is a collection of programs that provide support \ | ||
6 | for TPM based attestation using the TPM quote mechanism. The manual \ | ||
7 | page for tpm_quote_tools provides a usage overview. \ | ||
8 | \ | ||
9 | TPM Quote Tools has been tested with TrouSerS on Linux and NTRU on \ | ||
10 | Windows XP. It was ported to Windows using MinGW and MSYS. \ | ||
11 | " | ||
12 | SECTION = "security/tpm" | ||
13 | LICENSE = "BSD" | ||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ec30b01163d242ecf07d9cd84e3611f" | ||
15 | |||
16 | DEPENDS = "libtspi tpm-tools" | ||
17 | |||
18 | PV = "1.0.4+git${SRCPV}" | ||
19 | |||
20 | SRC_URI = "\ | ||
21 | git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools \ | ||
22 | " | ||
23 | SRCREV = "d70da818778f641c05de8eb205fb72782e5555db" | ||
24 | |||
25 | S = "${WORKDIR}/git" | ||
26 | |||
27 | inherit autotools | ||