diff options
| author | Yi Zhao <yi.zhao@eng.windriver.com> | 2024-04-13 21:25:24 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-04-16 09:43:15 -0400 |
| commit | fb28801eeeef53cb6cc0096d1938a93bea323597 (patch) | |
| tree | 7597e6423129411c24a4de7e3496289b74fd5588 | |
| parent | d1522af21da8d799a8f397aef6359b5ed4dc07fe (diff) | |
| download | meta-security-fb28801eeeef53cb6cc0096d1938a93bea323597.tar.gz | |
ibmswtpm2: upgrade 164-2020-192.1 -> 183-2024-03-27
Remove '-DALG_CAMELLIA=ALG_NO' from CFLAGS to fix compile error:
| TpmProfile_Common.h:109: error: "ALG_CAMELLIA" redefined [-Werror]
| 109 | #define ALG_CAMELLIA ALG_YES
| |
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_183-2024-03-27.bb (renamed from meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_183-2024-03-27.bb index 7060a64..7ed9569 100644 --- a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb +++ b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_183-2024-03-27.bb | |||
| @@ -19,13 +19,13 @@ DEPENDS = "openssl" | |||
| 19 | SRC_URI = "git://git.code.sf.net/p/ibmswtpm2/tpm2;protocol=https;branch=master \ | 19 | SRC_URI = "git://git.code.sf.net/p/ibmswtpm2/tpm2;protocol=https;branch=master \ |
| 20 | file://tune-makefile.patch \ | 20 | file://tune-makefile.patch \ |
| 21 | " | 21 | " |
| 22 | SRCREV = "5452af422edeff70fcae8ea99dd28a0922051d7b" | 22 | SRCREV = "c37c74438429e1d5fe465232e7bf894b239a2cd4" |
| 23 | 23 | ||
| 24 | UPSTREAM_CHECK_URI = "https://git.code.sf.net/p/ibmswtpm2/tpm2" | 24 | UPSTREAM_CHECK_GITTAGREGEX = "rev(?P<pver>\d+(\-\d+)+)" |
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/git/src" | 26 | S = "${WORKDIR}/git/src" |
| 27 | 27 | ||
| 28 | CFLAGS += "-Wno-error=maybe-uninitialized -DALG_CAMELLIA=ALG_NO" | 28 | CFLAGS += "-Wno-error=maybe-uninitialized" |
| 29 | 29 | ||
| 30 | do_compile () { | 30 | do_compile () { |
| 31 | make CC='${CC}' | 31 | make CC='${CC}' |
