blob: 53cf8ff116bd3c03a5d0ad8a6c130a4554a8e16b [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301SUMMARY = "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
Andrew Geissler5199d832021-09-24 16:47:35 -050018SRC_URI = "git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools"
19SRCREV = "4511874d5c9b4504bb96e94f8a14bd6c39a36295"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053020
Andrew Geissler5199d832021-09-24 16:47:35 -050021S = "${WORKDIR}/git"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053022inherit autotools