summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLans Zhang <jia.zhang@windriver.com>2017-07-20 13:16:05 +0800
committerLans Zhang <jia.zhang@windriver.com>2017-07-20 13:16:05 +0800
commit9ee97956a6fc209fa1c380ecd065ce2bf472d301 (patch)
tree89996173fa3c764111fb8541155d175b3028525c
parent788b69e11b801c710798e760c30dd845e74b621a (diff)
downloadmeta-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.bb26
-rw-r--r--meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb27
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 @@
1SUMMARY = " \
2 The TPM Quote Tools is a collection of programs that provide support \
3 for TPM based attestation using the TPM quote mechanism. \
4 "
5DESCRIPTION = " \
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 "
13SECTION = "tpm"
14PR = "r0"
15LICENSE = "PD"
16LIC_FILES_CHKSUM = "file://COPYING;md5=8ec30b01163d242ecf07d9cd84e3611f"
17DEPENDS = "libtspi tpm-tools"
18
19SRC_URI += " \
20 http://downloads.sourceforge.net/project/tpmquotetools/1.0.1/tpm-quote-tools-1.0.1.tar.gz \
21"
22
23SRC_URI[md5sum] = "bea00c7d5c9bd78bfa42e4e69428de80"
24SRC_URI[sha256sum] = "40a6987c009cc24677a7e13a6c4121c0a165e37a588c019ae417d66a3bdfa0b5"
25
26inherit 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 @@
1SUMMARY= "A collection of programs that provide support \
2for TPM based attestation using the TPM quote mechanism. \
3"
4DESCRIPTION = "\
5The TPM Quote Tools is a collection of programs that provide support \
6for TPM based attestation using the TPM quote mechanism. The manual \
7page for tpm_quote_tools provides a usage overview. \
8\
9TPM Quote Tools has been tested with TrouSerS on Linux and NTRU on \
10Windows XP. It was ported to Windows using MinGW and MSYS. \
11"
12SECTION = "security/tpm"
13LICENSE = "BSD"
14LIC_FILES_CHKSUM = "file://COPYING;md5=8ec30b01163d242ecf07d9cd84e3611f"
15
16DEPENDS = "libtspi tpm-tools"
17
18PV = "1.0.4+git${SRCPV}"
19
20SRC_URI = "\
21 git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools \
22"
23SRCREV = "d70da818778f641c05de8eb205fb72782e5555db"
24
25S = "${WORKDIR}/git"
26
27inherit autotools