From b6e41623f60e090ce93cb30e85ecf79212840ecb Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 7 Mar 2021 00:07:13 +0000 Subject: tpm2-topt: update 0.3.0 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.1.bb | 17 ----------------- meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.1.bb create mode 100644 meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb (limited to 'meta-tpm') 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 deleted file mode 100644 index 264484f..0000000 --- a/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.2.1.bb +++ /dev/null @@ -1,17 +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 = "bfd581986353edc1058604e77cac804bd8b0d30a" -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.3.0.bb b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb new file mode 100644 index 0000000..dfebc07 --- /dev/null +++ b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.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 = "96a1448753a48974149003bc90ea3990ae8e8d0b" +SRC_URI = "git://github.com/tpm2-software/tpm2-totp.git" + +inherit autotools-brokensep pkgconfig + +S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf