From 180dac9aece2f9ae50566762103c2088e0b868fd Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 30 May 2023 13:58:31 -0400 Subject: [PATCH] ibmswtpm2: update to 164-2020-192.1 This version supports openssl 3.1 The maintainer changed his tag versions hence the different looking version. The maintainer also has stopped releasing tar files and asked we directly grab from git. Signed-off-by: Andrew Geissler Signed-off-by: Armin Kuster --- .../{ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename meta-tpm/recipes-tpm2/ibmswtpm2/{ibmswtpm2_1682.bb => ibmswtpm2_164-2020-192.1.bb} (78%) diff --git a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb similarity index 78% rename from meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb rename to meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb index 85fc7e0..7060a64 100644 --- a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb +++ b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb @@ -12,17 +12,18 @@ HOMEPAGE = "http://ibmswtpm.sourceforge.net/ibmswtpm2.html" LICENSE = "BSD-2-Clause" SECTION = "securty/tpm" LIC_FILES_CHKSUM = "file://../LICENSE;md5=1e023f61454ac828b4aa1bc4293f7d5f" +LIC_FILES_CHKSUM += "file://LICENSE;md5=c75e465155c42c14154bf6a2acb7347b" DEPENDS = "openssl" -SRC_URI = "https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm${PV}.tar.gz \ +SRC_URI = "git://git.code.sf.net/p/ibmswtpm2/tpm2;protocol=https;branch=master \ file://tune-makefile.patch \ " -SRC_URI[sha256sum] = "3cb642f871a17b23d50b046e5f95f449c2287415fc1e7aeb4bdbb8920dbcb38f" +SRCREV = "5452af422edeff70fcae8ea99dd28a0922051d7b" -UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ibmswtpm2/files/" +UPSTREAM_CHECK_URI = "https://git.code.sf.net/p/ibmswtpm2/tpm2" -S = "${WORKDIR}/src" +S = "${WORKDIR}/git/src" CFLAGS += "-Wno-error=maybe-uninitialized -DALG_CAMELLIA=ALG_NO"