diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-19 17:54:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-19 18:00:05 +0100 |
commit | f04e4369bf9dd3385165281b9fa2ed1043b0e400 (patch) | |
tree | bbb54a94332ef68737dbbd9f9cd85cfe1a73d245 /recipes-devtools | |
parent | c0091f84071efb2dc120b05c79b32ecb6ec0e38a (diff) | |
download | meta-gplv2-f04e4369bf9dd3385165281b9fa2ed1043b0e400.tar.gz |
elfutils: Work around reproducibility issueyocto-3.4.4yocto-3.4.3yocto-3.4.2yocto-3.4.1yocto-3.4honister-3.4.4honister-3.4.3honister-3.4.2honister-3.4.1honister-3.43.5_M23.5_M13.4_M3honister
The version in this layer doesn't reproduce, so disable the warnings/errors
and allow it to build.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-devtools')
-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 | ||