summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.188.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-02-14 08:34:04 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-17 18:01:01 +0000
commit6807f364470b63370524d1966a8973ad56f163ee (patch)
tree5f7f9bc8ab72c1f5da853986de4172fffc442b73 /meta/recipes-devtools/elfutils/elfutils_0.188.bb
parentabf2776641cf1f58824e166d04c0d77f485f963c (diff)
downloadpoky-6807f364470b63370524d1966a8973ad56f163ee.tar.gz
elfutils: Backport fix for DW_TAG_unspecified_type handling
Re-enable funcretval tests (From OE-Core rev: af1f63182fc5a4dd74678fa86815b8ad45f58fc5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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