summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/elfutils/elfutils_0.148.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/elfutils/elfutils_0.148.bb')
-rw-r--r--recipes-devtools/elfutils/elfutils_0.148.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-devtools/elfutils/elfutils_0.148.bb b/recipes-devtools/elfutils/elfutils_0.148.bb
index 1f07a28..654a715 100644
--- a/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/recipes-devtools/elfutils/elfutils_0.148.bb
@@ -61,6 +61,14 @@ inherit autotools gettext
61# but 0.175 has different license, so to be safe don't backport the fix, just ignore the issue 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" 62CFLAGS += "-Wno-error=missing-attributes"
63 63
64# There is a fix in 0.171 version (commit b10d7eb74064c5906f031cd17c0f82041c6a4ca1)
65# but 0.171 has different license, so to be safe don't backport the fix, just ignore the issue
66CFLAGS += "-Wno-error=format-truncation="
67
68# There is a fix in 0.182 version (commit 5621fe5443da23112170235dd5cac161e5c75e65)
69# but 0.182 has different license, so to be safe don't backport the fix, just ignore the issue
70CFLAGS += "-Wno-error=stringop-overflow="
71
64EXTRA_OECONF = "--program-prefix=eu- --without-lzma" 72EXTRA_OECONF = "--program-prefix=eu- --without-lzma"
65EXTRA_OECONF_append_class-native = " --without-bzlib" 73EXTRA_OECONF_append_class-native = " --without-bzlib"
66EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc" 74EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc"