From 17a3944dbfe14354668c0f76c322bfbe4ff1beb3 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 8 Sep 2019 15:20:16 -0700 Subject: tpm2-totp: update to 0.1.2 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.1.1.bb | 18 ------------------ meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.1.2.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.1.1.bb create mode 100644 meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.1.2.bb diff --git a/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.1.1.bb b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.1.1.bb deleted file mode 100644 index d47b756..0000000 --- a/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.1.1.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 = "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" diff --git a/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.1.2.bb b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.1.2.bb new file mode 100644 index 0000000..8a2504d --- /dev/null +++ b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.1.2.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 = "15cc8fbc8fe71be9c04c3169ee1f70450d52a51a" +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" -- cgit v1.2.3-54-g00ecf