diff options
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.188.bb')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.188.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.188.bb b/meta/recipes-devtools/elfutils/elfutils_0.188.bb index 084908a38c..65cae868c7 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.188.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.188.bb | |||
@@ -21,6 +21,8 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \ | |||
21 | file://0001-skip-the-test-when-gcc-not-deployed.patch \ | 21 | file://0001-skip-the-test-when-gcc-not-deployed.patch \ |
22 | file://ptest.patch \ | 22 | file://ptest.patch \ |
23 | file://0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch \ | 23 | file://0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch \ |
24 | file://0001-PR29926-debuginfod-Fix-usage-of-deprecated-CURLINFO_.patch \ | ||
25 | file://0002-debuginfod-client-Use-CURLOPT_PROTOCOLS_STR-for-libc.patch \ | ||
24 | " | 26 | " |
25 | SRC_URI:append:libc-musl = " \ | 27 | SRC_URI:append:libc-musl = " \ |
26 | file://0003-musl-utils.patch \ | 28 | file://0003-musl-utils.patch \ |
@@ -33,8 +35,6 @@ inherit autotools gettext ptest pkgconfig | |||
33 | EXTRA_OECONF = "--program-prefix=eu-" | 35 | EXTRA_OECONF = "--program-prefix=eu-" |
34 | 36 | ||
35 | BUILD_CFLAGS += "-Wno-error=stringop-overflow" | 37 | BUILD_CFLAGS += "-Wno-error=stringop-overflow" |
36 | # compatibility with curl 7.87; can be removed when elfutils upstream fixes the deprecation fails | ||
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" |