summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2019-06-05 07:56:02 +0000
committerRoss Burton <ross.burton@intel.com>2019-06-05 17:00:56 +0100
commit168a5070bdf3bc45edb5bf2a1add9b7c081f5b64 (patch)
treeb3ea46ecf44f4f28d5dfab2b02c34ff0557446f8
parentedc6680691596c9f889c3c0a0909d57d8d05b145 (diff)
downloadmeta-gplv2-2.8_M1.tar.gz
elfutils: ignore new error from gcc-92.8_M1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--recipes-devtools/elfutils/elfutils_0.148.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-devtools/elfutils/elfutils_0.148.bb b/recipes-devtools/elfutils/elfutils_0.148.bb
index a03b74e..1f07a28 100644
--- a/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/recipes-devtools/elfutils/elfutils_0.148.bb
@@ -57,6 +57,10 @@ SRC_URI += "\
57" 57"
58inherit autotools gettext 58inherit autotools gettext
59 59
60# There is a fix in 0.175 version (https://sourceware.org/bugzilla/show_bug.cgi?id=23884)
61# but 0.175 has different license, so to be safe don't backport the fix, just ignore the issue
62CFLAGS += "-Wno-error=missing-attributes"
63
60EXTRA_OECONF = "--program-prefix=eu- --without-lzma" 64EXTRA_OECONF = "--program-prefix=eu- --without-lzma"
61EXTRA_OECONF_append_class-native = " --without-bzlib" 65EXTRA_OECONF_append_class-native = " --without-bzlib"
62EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc" 66EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc"