summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss/fixup_hosttools.patch25
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.1.2.bb (renamed from meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.0.1.bb)2
2 files changed, 19 insertions, 8 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss/fixup_hosttools.patch b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss/fixup_hosttools.patch
index 3f680ba..8822d1b 100644
--- a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss/fixup_hosttools.patch
+++ b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss/fixup_hosttools.patch
@@ -1,17 +1,26 @@
1revert configure: add checks for all tools used by make install 1From ab120a9642516cdfdae5c5b8a91e42e2c9898172 Mon Sep 17 00:00:00 2001
2From: Valentin Kunin <kunin@google.com>
3Date: Mon, 20 May 2024 21:09:27 +0000
4Subject: [PATCH] revert configure: add checks for all tools used by make
5 install
2 6
3Not appropriate for cross build env. 7Not appropriate for cross build env.
4 8
5Upstream-Status: Inappropriate [OE specific] 9Upstream-Status: Inappropriate [OE specific]
10
6Signed-off-by: Armin Kuster <akuster808@gmail.com> 11Signed-off-by: Armin Kuster <akuster808@gmail.com>
12Signed-off-by: Valentin Kunin <kunin@google.com>
13---
14 configure.ac | 11 -----------
15 1 file changed, 11 deletions(-)
7 16
8Index: tpm2-tss-4.0.1/configure.ac 17diff --git a/configure.ac b/configure.ac
9=================================================================== 18index eb6051ea..a52c4725 100644
10--- tpm2-tss-4.0.1.orig/configure.ac 19--- a/configure.ac
11+++ tpm2-tss-4.0.1/configure.ac 20+++ b/configure.ac
12@@ -554,17 +554,6 @@ AM_CONDITIONAL(SYSD_SYSUSERS, test "x$systemd_sysusers" = "xyes") 21@@ -663,17 +663,6 @@ AM_CONDITIONAL([SYSD_SYSUSERS], [test "x$systemd_sysusers" = "xyes" && test "x$s
13 AC_CHECK_PROG(systemd_tmpfiles, systemd-tmpfiles, yes) 22 AC_CHECK_PROG(systemd_tmpfiles, systemd-tmpfiles, yes)
14 AM_CONDITIONAL(SYSD_TMPFILES, test "x$systemd_tmpfiles" = "xyes") 23 AM_CONDITIONAL([SYSD_TMPFILES], [test "x$systemd_tmpfiles" = "xyes" && test "x$tmpfilesdir" != "xno"])
15 24
16-# Check all tools used by make install 25-# Check all tools used by make install
17-AS_IF([test "$HOSTOS" = "Linux" && test "x$systemd_sysusers" != "xyes"], 26-AS_IF([test "$HOSTOS" = "Linux" && test "x$systemd_sysusers" != "xyes"],
@@ -27,3 +36,5 @@ Index: tpm2-tss-4.0.1/configure.ac
27 AC_SUBST([PATH]) 36 AC_SUBST([PATH])
28 37
29 dnl --------- Doxy Gen ----------------------- 38 dnl --------- Doxy Gen -----------------------
39--
402.45.0.rc1.225.g2a3ae87e7f-goog
diff --git a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.0.1.bb b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.1.2.bb
index 334b638..9a57308 100644
--- a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.0.1.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.1.2.bb
@@ -10,7 +10,7 @@ SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN
10 file://fixup_hosttools.patch \ 10 file://fixup_hosttools.patch \
11 " 11 "
12 12
13SRC_URI[sha256sum] = "532a70133910b6bd842289915b3f9423c0205c0ea009d65294ca18a74087c950" 13SRC_URI[sha256sum] = "6ad3ef0993cf3bc953710abed847ff727ab427b5577e812e3ad3197bbcec069e"
14 14
15UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" 15UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases"
16 16