diff options
| -rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.188.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.188.bb b/meta/recipes-devtools/elfutils/elfutils_0.188.bb index c94e36071c..084908a38c 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.188.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.188.bb | |||
| @@ -34,7 +34,7 @@ EXTRA_OECONF = "--program-prefix=eu-" | |||
| 34 | 34 | ||
| 35 | BUILD_CFLAGS += "-Wno-error=stringop-overflow" | 35 | BUILD_CFLAGS += "-Wno-error=stringop-overflow" |
| 36 | # compatibility with curl 7.87; can be removed when elfutils upstream fixes the deprecation fails | 36 | # compatibility with curl 7.87; can be removed when elfutils upstream fixes the deprecation fails |
| 37 | BUILD_CFLAGS += "-Wno-error=deprecated-declarations" | 37 | CFLAGS:append = " -Wno-error=deprecated-declarations" |
| 38 | 38 | ||
| 39 | DEPENDS_BZIP2 = "bzip2-replacement-native" | 39 | DEPENDS_BZIP2 = "bzip2-replacement-native" |
| 40 | DEPENDS_BZIP2:class-target = "bzip2" | 40 | DEPENDS_BZIP2:class-target = "bzip2" |
