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:26:11 -0700
commitba03e5beaa720c3f2197a3deb745e09bc3bda60f (patch)
tree6fe9dbffabaabf235fae4a03c085d7f313d83adc
parent45db038b78467612a70f55b91ae85516d64ef163 (diff)
downloadmeta-security-ba03e5beaa720c3f2197a3deb745e09bc3bda60f.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