summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.188.bb2
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
35BUILD_CFLAGS += "-Wno-error=stringop-overflow" 35BUILD_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
37BUILD_CFLAGS += "-Wno-error=deprecated-declarations" 37CFLAGS:append = " -Wno-error=deprecated-declarations"
38 38
39DEPENDS_BZIP2 = "bzip2-replacement-native" 39DEPENDS_BZIP2 = "bzip2-replacement-native"
40DEPENDS_BZIP2:class-target = "bzip2" 40DEPENDS_BZIP2:class-target = "bzip2"