From 168a5070bdf3bc45edb5bf2a1add9b7c081f5b64 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 5 Jun 2019 07:56:02 +0000 Subject: elfutils: ignore new error from gcc-9 Signed-off-by: Martin Jansa Signed-off-by: Ross Burton --- recipes-devtools/elfutils/elfutils_0.148.bb | 4 ++++ 1 file changed, 4 insertions(+) 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 += "\ " inherit autotools gettext +# There is a fix in 0.175 version (https://sourceware.org/bugzilla/show_bug.cgi?id=23884) +# but 0.175 has different license, so to be safe don't backport the fix, just ignore the issue +CFLAGS += "-Wno-error=missing-attributes" + EXTRA_OECONF = "--program-prefix=eu- --without-lzma" EXTRA_OECONF_append_class-native = " --without-bzlib" EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc" -- cgit v1.2.3-54-g00ecf