summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.188.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.188.bb')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.188.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.188.bb b/meta/recipes-devtools/elfutils/elfutils_0.188.bb
index 182229becf..74271b2411 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.188.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.188.bb
@@ -23,6 +23,7 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \
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 \ 24 file://0001-PR29926-debuginfod-Fix-usage-of-deprecated-CURLINFO_.patch \
25 file://0002-debuginfod-client-Use-CURLOPT_PROTOCOLS_STR-for-libc.patch \ 25 file://0002-debuginfod-client-Use-CURLOPT_PROTOCOLS_STR-for-libc.patch \
26 file://handle_DW_TAG_unspecified_type.patch \
26 " 27 "
27SRC_URI:append:libc-musl = " \ 28SRC_URI:append:libc-musl = " \
28 file://0003-musl-utils.patch \ 29 file://0003-musl-utils.patch \
@@ -98,8 +99,6 @@ do_install_ptest() {
98 cp -r ${B}/debuginfod ${D}${PTEST_PATH} 99 cp -r ${B}/debuginfod ${D}${PTEST_PATH}
99 sed -i '/^Makefile:/c Makefile:' ${D}${PTEST_PATH}/tests/Makefile 100 sed -i '/^Makefile:/c Makefile:' ${D}${PTEST_PATH}/tests/Makefile
100 find ${D}${PTEST_PATH} -type f -name *.[hoc] | xargs -i rm {} 101 find ${D}${PTEST_PATH} -type f -name *.[hoc] | xargs -i rm {}
101 # TODO: remove below filter after https://sourceware.org/bugzilla/show_bug.cgi?id=30047 is fixed
102 sed -i -e '/funcretval/d' ${D}${PTEST_PATH}/tests/run-native-test.sh
103 fi 102 fi
104} 103}
105 104