tpm2-totp: update to offical release v0.1.1

Clean up recipe to match actual app

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2019-06-23 10:48:56 -07:00
parent cdd44a61c6
commit 6cd8959569
2 changed files with 18 additions and 17 deletions
@@ -0,0 +1,18 @@
SUMMARY = "Attest the trustworthiness of a device against a human using time-based one-time passwords"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ed23833e93c95173c8d8913745e4b4e1"
SECTION = "security/tpm"
DEPENDS = "autoconf-archive libtss2-dev qrencode"
PE = "1"
SRCREV = "2807a509a9da383e14dc0f759e71fd676db04ab1"
SRC_URI = "git://github.com/tpm2-software/tpm2-totp.git;branch=v0.1.x \
file://litpm2_totp_build_fix.patch "
inherit autotools-brokensep pkgconfig
S = "${WORKDIR}/git"
@@ -1,17 +0,0 @@
SUMMARY = "The tpm2-tss-engine project implements a cryptographic engine for OpenSSL."
DESCRIPTION = "The tpm2-tss-engine project implements a cryptographic engine for OpenSSL for Trusted Platform Module (TPM 2.0) using the tpm2-tss software stack that follows the Trusted Computing Groups (TCG) TPM Software Stack (TSS 2.0). It uses the Enhanced System API (ESAPI) interface of the TSS 2.0 for downwards communication. It supports RSA decryption and signatures as well as ECDSA signatures."
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ed23833e93c95173c8d8913745e4b4e1"
SECTION = "security/tpm"
DEPENDS = "autoconf-archive libtss2-dev qrencode"
SRCREV = "44fcb6819f79302d5a088b3def648616e3551d4a"
SRC_URI = "git://github.com/tpm2-software/tpm2-totp.git \
file://litpm2_totp_build_fix.patch "
inherit autotools-brokensep pkgconfig
S = "${WORKDIR}/git"