mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-05-07 10:09:22 +00:00
fea6a37625
Update SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
28 lines
821 B
BlitzBasic
28 lines
821 B
BlitzBasic
SUMMARY= "A collection of programs that provide support \
|
|
for TPM based attestation using the TPM quote mechanism. \
|
|
"
|
|
DESCRIPTION = "\
|
|
The TPM Quote Tools is a collection of programs that provide support \
|
|
for TPM based attestation using the TPM quote mechanism. The manual \
|
|
page for tpm_quote_tools provides a usage overview. \
|
|
\
|
|
TPM Quote Tools has been tested with TrouSerS on Linux and NTRU on \
|
|
Windows XP. It was ported to Windows using MinGW and MSYS. \
|
|
"
|
|
SECTION = "security/tpm"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8ec30b01163d242ecf07d9cd84e3611f"
|
|
|
|
DEPENDS = "libtspi tpm-tools"
|
|
|
|
PV = "1.0.4+git${SRCPV}"
|
|
|
|
SRC_URI = "\
|
|
git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools;branch=master \
|
|
"
|
|
SRCREV = "d70da818778f641c05de8eb205fb72782e5555db"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|