diff options
author | Andrew Geissler <geissonator@gmail.com> | 2023-05-30 13:58:31 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-06-03 10:04:48 -0400 |
commit | 180dac9aece2f9ae50566762103c2088e0b868fd (patch) | |
tree | c5445760df481fddc55140efc0ff5bf8eeb4b2b5 | |
parent | 27c309a3918aaa2b4493724d13cb142e91a6b532 (diff) | |
download | meta-security-180dac9aece2f9ae50566762103c2088e0b868fd.tar.gz |
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 <geissonator@yahoo.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb (renamed from meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1682.bb b/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" | |||
12 | LICENSE = "BSD-2-Clause" | 12 | LICENSE = "BSD-2-Clause" |
13 | SECTION = "securty/tpm" | 13 | SECTION = "securty/tpm" |
14 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=1e023f61454ac828b4aa1bc4293f7d5f" | 14 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=1e023f61454ac828b4aa1bc4293f7d5f" |
15 | LIC_FILES_CHKSUM += "file://LICENSE;md5=c75e465155c42c14154bf6a2acb7347b" | ||
15 | 16 | ||
16 | DEPENDS = "openssl" | 17 | DEPENDS = "openssl" |
17 | 18 | ||
18 | SRC_URI = "https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm${PV}.tar.gz \ | 19 | SRC_URI = "git://git.code.sf.net/p/ibmswtpm2/tpm2;protocol=https;branch=master \ |
19 | file://tune-makefile.patch \ | 20 | file://tune-makefile.patch \ |
20 | " | 21 | " |
21 | SRC_URI[sha256sum] = "3cb642f871a17b23d50b046e5f95f449c2287415fc1e7aeb4bdbb8920dbcb38f" | 22 | SRCREV = "5452af422edeff70fcae8ea99dd28a0922051d7b" |
22 | 23 | ||
23 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ibmswtpm2/files/" | 24 | UPSTREAM_CHECK_URI = "https://git.code.sf.net/p/ibmswtpm2/tpm2" |
24 | 25 | ||
25 | S = "${WORKDIR}/src" | 26 | S = "${WORKDIR}/git/src" |
26 | 27 | ||
27 | CFLAGS += "-Wno-error=maybe-uninitialized -DALG_CAMELLIA=ALG_NO" | 28 | CFLAGS += "-Wno-error=maybe-uninitialized -DALG_CAMELLIA=ALG_NO" |
28 | 29 | ||