meta-security: subtree update:fa800e5261..2df7dd9fba
Armin Kuster (6):
tpm2-pkcs11: update to tip
tpm2-abrmd": update to 2.3.0
tpm2-tools: update to 4.0.1
tpm2-tss-engine: update to tip to us tss-tools 4.0.x
tpm2-totp: update to 0.2.0
README: update mailing list to new groups.io
Change-Id: Iae675505d3cf5b70686599a26d9162bb8aaee1b3
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-security/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.0.bb b/meta-security/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.0.bb
new file mode 100644
index 0000000..0dad673
--- /dev/null
+++ b/meta-security/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.0.bb
@@ -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 = "994b4203e4769baefa6e7719915629bc8210e90a"
+SRC_URI = "git://github.com/tpm2-software/tpm2-totp.git;branch=v0.2.x \
+ "
+
+inherit autotools-brokensep pkgconfig
+
+S = "${WORKDIR}/git"