diff options
| -rw-r--r-- | recipes-devtools/elfutils/elfutils_0.148.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/elfutils/elfutils_0.148.bb b/recipes-devtools/elfutils/elfutils_0.148.bb index 848e2cf..97d88a2 100644 --- a/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/recipes-devtools/elfutils/elfutils_0.148.bb | |||
| @@ -66,6 +66,9 @@ CFLAGS += "-Wno-error=format-truncation=" | |||
| 66 | # but 0.182 has different license, so to be safe don't backport the fix, just ignore the issue | 66 | # but 0.182 has different license, so to be safe don't backport the fix, just ignore the issue |
| 67 | CFLAGS += "-Wno-error=stringop-overflow=" | 67 | CFLAGS += "-Wno-error=stringop-overflow=" |
| 68 | 68 | ||
| 69 | # There are fixes in later versions for this but the old version won't be reproducible | ||
| 70 | TARGET_CC_ARCH:remove:class-target = " -Wdate-time" | ||
| 71 | |||
| 69 | EXTRA_OECONF = "--program-prefix=eu- --without-lzma" | 72 | EXTRA_OECONF = "--program-prefix=eu- --without-lzma" |
| 70 | EXTRA_OECONF:append:class-native = " --without-bzlib" | 73 | EXTRA_OECONF:append:class-native = " --without-bzlib" |
| 71 | 74 | ||
