diff options
Diffstat (limited to 'recipes-devtools/elfutils')
-rw-r--r-- | recipes-devtools/elfutils/elfutils_0.148.bb | 8 |
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 |
62 | CFLAGS += "-Wno-error=missing-attributes" | 62 | CFLAGS += "-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 | ||
66 | CFLAGS += "-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 | ||
70 | CFLAGS += "-Wno-error=stringop-overflow=" | ||
71 | |||
64 | EXTRA_OECONF = "--program-prefix=eu- --without-lzma" | 72 | EXTRA_OECONF = "--program-prefix=eu- --without-lzma" |
65 | EXTRA_OECONF_append_class-native = " --without-bzlib" | 73 | EXTRA_OECONF_append_class-native = " --without-bzlib" |
66 | EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc" | 74 | EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc" |