From f04e4369bf9dd3385165281b9fa2ed1043b0e400 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 19 Aug 2021 17:54:44 +0100 Subject: elfutils: Work around reproducibility issue The version in this layer doesn't reproduce, so disable the warnings/errors and allow it to build. Signed-off-by: Richard Purdie --- recipes-devtools/elfutils/elfutils_0.148.bb | 3 +++ 1 file changed, 3 insertions(+) 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=" # but 0.182 has different license, so to be safe don't backport the fix, just ignore the issue CFLAGS += "-Wno-error=stringop-overflow=" +# There are fixes in later versions for this but the old version won't be reproducible +TARGET_CC_ARCH:remove:class-target = " -Wdate-time" + EXTRA_OECONF = "--program-prefix=eu- --without-lzma" EXTRA_OECONF:append:class-native = " --without-bzlib" -- cgit v1.2.3-54-g00ecf