summaryrefslogtreecommitdiffstats
path: root/external/meta-gplv2/recipes-devtools/elfutils/elfutils_0.148.bb
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/meta-gplv2/recipes-devtools/elfutils/elfutils_0.148.bb
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/meta-gplv2/recipes-devtools/elfutils/elfutils_0.148.bb')
-rw-r--r--external/meta-gplv2/recipes-devtools/elfutils/elfutils_0.148.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/external/meta-gplv2/recipes-devtools/elfutils/elfutils_0.148.bb b/external/meta-gplv2/recipes-devtools/elfutils/elfutils_0.148.bb
index a03b74e9..1f07a285 100644
--- a/external/meta-gplv2/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/external/meta-gplv2/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"