summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-01-04 12:05:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 12:03:48 +0000
commit9b044671a2b2a0fc5bbaf14e44b29f9649fd8d9c (patch)
tree078c9e9e33ec2629603bebf3a85264ea35b23b42 /meta/recipes-devtools/elfutils
parentfdc89cbd3f537533012e2b68628cbf56734fe599 (diff)
downloadpoky-9b044671a2b2a0fc5bbaf14e44b29f9649fd8d9c.tar.gz
elfutils: do not error out on deprecated declarations
This addresses new curl's deprecation warnings treated as failures. (From OE-Core rev: 7a12834052fc622eb22eab2dc77fe717a4263ecf) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.188.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.188.bb b/meta/recipes-devtools/elfutils/elfutils_0.188.bb
index 43f5b2e56c..c94e36071c 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.188.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.188.bb
@@ -33,6 +33,8 @@ inherit autotools gettext ptest pkgconfig
33EXTRA_OECONF = "--program-prefix=eu-" 33EXTRA_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
37BUILD_CFLAGS += "-Wno-error=deprecated-declarations"
36 38
37DEPENDS_BZIP2 = "bzip2-replacement-native" 39DEPENDS_BZIP2 = "bzip2-replacement-native"
38DEPENDS_BZIP2:class-target = "bzip2" 40DEPENDS_BZIP2:class-target = "bzip2"