Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 1 | SUMMARY = "The TPM Quote Tools is a collection of programs that provide support \ |
| 2 | for TPM based attestation using the TPM quote mechanism. \ |
| 3 | " |
| 4 | DESCRIPTION = "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 | " |
| 11 | HOMEPAGE = "https://sourceforge.net/projects/tpmquotetools/" |
| 12 | SECTION = "security/tpm" |
| 13 | LICENSE = "BSD-3-Clause" |
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ec30b01163d242ecf07d9cd84e3611f" |
| 15 | |
| 16 | DEPENDS = "libtspi tpm-tools" |
| 17 | |
Andrew Geissler | 5199d83 | 2021-09-24 16:47:35 -0500 | [diff] [blame] | 18 | SRC_URI = "git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools" |
| 19 | SRCREV = "4511874d5c9b4504bb96e94f8a14bd6c39a36295" |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 20 | |
Andrew Geissler | 5199d83 | 2021-09-24 16:47:35 -0500 | [diff] [blame] | 21 | S = "${WORKDIR}/git" |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 22 | inherit autotools |