From: Khem Raj Date: Wed, 25 Jan 2023 04:03:58 +0000 (-0800) Subject: elfutils: Remove funcretval test from run-native-test.sh for now X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1880 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fb57ccc85dc18e4228357bf56ae4b1adbd2d4fc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git elfutils: Remove funcretval test from run-native-test.sh for now Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/elfutils/elfutils_0.188.bb b/meta/recipes-devtools/elfutils/elfutils_0.188.bb index 65cae868c7e..182229becf9 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.188.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.188.bb @@ -98,6 +98,8 @@ do_install_ptest() { cp -r ${B}/debuginfod ${D}${PTEST_PATH} sed -i '/^Makefile:/c Makefile:' ${D}${PTEST_PATH}/tests/Makefile find ${D}${PTEST_PATH} -type f -name *.[hoc] | xargs -i rm {} + # TODO: remove below filter after https://sourceware.org/bugzilla/show_bug.cgi?id=30047 is fixed + sed -i -e '/funcretval/d' ${D}${PTEST_PATH}/tests/run-native-test.sh fi }