From 8566325c96861bf76cfb99cbed8cddd05248887c Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Mon, 12 Oct 2020 02:26:11 +0000 Subject: tpm2-totp: update to 0.2.1 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.0.bb | 18 ------------------ meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.1.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 18 deletions(-) delete mode 100644 meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.0.bb create mode 100644 meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.1.bb diff --git a/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.0.bb b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.0.bb deleted file mode 100644 index 0dad673..0000000 --- a/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -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" diff --git a/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.1.bb b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.1.bb new file mode 100644 index 0000000..264484f --- /dev/null +++ b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.1.bb @@ -0,0 +1,17 @@ +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 = "bfd581986353edc1058604e77cac804bd8b0d30a" +SRC_URI = "git://github.com/tpm2-software/tpm2-totp.git;branch=v0.2.x" + +inherit autotools-brokensep pkgconfig + +S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf