summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-10-08 08:35:27 -0700
committerArmin Kuster <akuster808@gmail.com>2017-10-10 07:24:59 -0700
commitf6d48f60068292d672c227b8d4ae6d1f80a47957 (patch)
tree08cfc70012828409e732d88d2681669df526f0a2
parent5ada70014f01d71ec855a6a31fda9f03d0670988 (diff)
downloadmeta-security-f6d48f60068292d672c227b8d4ae6d1f80a47957.tar.gz
tpm-quote-tools: Add package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.4.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.4.bb b/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.4.bb
new file mode 100644
index 0000000..8486d00
--- /dev/null
+++ b/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.4.bb
@@ -0,0 +1,23 @@
1SUMMARY = "The TPM Quote Tools is a collection of programs that provide support \
2 for TPM based attestation using the TPM quote mechanism. \
3 "
4DESCRIPTION = "The TPM Quote Tools is a collection of programs that provide support \
5 for TPM based attestation using the TPM quote mechanism. The manual \
6 page for tpm_quote_tools provides a usage overview. \
7 \
8 TPM Quote Tools has been tested with TrouSerS on Linux and NTRU on \
9 Windows XP. It was ported to Windows using MinGW and MSYS. \
10 "
11HOMEPAGE = "https://sourceforge.net/projects/tpmquotetools/"
12SECTION = "security/tpm"
13LICENSE = "BSD-3-Clause"
14LIC_FILES_CHKSUM = "file://COPYING;md5=8ec30b01163d242ecf07d9cd84e3611f"
15
16DEPENDS = "libtspi tpm-tools"
17
18SRC_URI = "${SOURCEFORGE_MIRROR}/tpmquotetools/${PV}/${BP}.tar.gz"
19
20SRC_URI[md5sum] = "6e194f5bc534301bbaef53dc6d22c233"
21SRC_URI[sha256sum] = "10dc4eade02635557a9496b388360844cd18e7864e2eb882f5e45ab2fa405ae2"
22
23inherit autotools