diff options
-rw-r--r-- | meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb b/meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb index b47d53a..816f382 100644 --- a/meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb +++ b/meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb | |||
@@ -22,7 +22,11 @@ SRC_URI = " \ | |||
22 | 22 | ||
23 | inherit autotools-brokensep gettext | 23 | inherit autotools-brokensep gettext |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${UNPACKDIR}/git" |
26 | |||
27 | # Compile failing with gcc-14 | ||
28 | CFLAGS += " -Wno-incompatible-pointer-types -Wno-stringop-truncation -Wno-error=implicit-function-declaration" | ||
29 | BUILD_CFLAGS += " -Wno-incompatible-pointer-types -Wno-stringop-truncation -Wno-error=implicit-function-declaration" | ||
26 | 30 | ||
27 | do_configure:prepend () { | 31 | do_configure:prepend () { |
28 | mkdir -p po | 32 | mkdir -p po |