From 9ee97956a6fc209fa1c380ecd065ce2bf472d301 Mon Sep 17 00:00:00 2001 From: Lans Zhang Date: Thu, 20 Jul 2017 13:16:05 +0800 Subject: tpm-quote-tools: update to the latest and code style fixup Signed-off-by: Lans Zhang --- .../tpm-quote-tools/tpm-quote-tools_1.0.1.bb | 26 --------------------- .../tpm-quote-tools/tpm-quote-tools_git.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 26 deletions(-) delete mode 100644 meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.1.bb create mode 100644 meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb diff --git a/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.1.bb b/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.1.bb deleted file mode 100644 index f20d17d..0000000 --- a/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.1.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = " \ - The TPM Quote Tools is 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 = "tpm" -PR = "r0" -LICENSE = "PD" -LIC_FILES_CHKSUM = "file://COPYING;md5=8ec30b01163d242ecf07d9cd84e3611f" -DEPENDS = "libtspi tpm-tools" - -SRC_URI += " \ - http://downloads.sourceforge.net/project/tpmquotetools/1.0.1/tpm-quote-tools-1.0.1.tar.gz \ -" - -SRC_URI[md5sum] = "bea00c7d5c9bd78bfa42e4e69428de80" -SRC_URI[sha256sum] = "40a6987c009cc24677a7e13a6c4121c0a165e37a588c019ae417d66a3bdfa0b5" - -inherit autotools diff --git a/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb b/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb new file mode 100644 index 0000000..083aa7c --- /dev/null +++ b/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb @@ -0,0 +1,27 @@ +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 \ +" +SRCREV = "d70da818778f641c05de8eb205fb72782e5555db" + +S = "${WORKDIR}/git" + +inherit autotools -- cgit v1.2.3-54-g00ecf