summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-24 20:03:58 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-26 21:06:57 +0000
commit1afadc7e0971a7239ba21ecb5adfc76f80542247 (patch)
tree22e01823b6fba2fd450bf42716add46bafaf69d8 /meta/recipes-devtools/elfutils
parentd02bad4ab06a08515c67465dbf60cc38a5968905 (diff)
downloadpoky-1afadc7e0971a7239ba21ecb5adfc76f80542247.tar.gz
elfutils: Remove funcretval test from run-native-test.sh for now
(From OE-Core rev: 7fb57ccc85dc18e4228357bf56ae4b1adbd2d4fc) Signed-off-by: Khem Raj <raj.khem@gmail.com> 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 65cae868c7..182229becf 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() {
98 cp -r ${B}/debuginfod ${D}${PTEST_PATH} 98 cp -r ${B}/debuginfod ${D}${PTEST_PATH}
99 sed -i '/^Makefile:/c Makefile:' ${D}${PTEST_PATH}/tests/Makefile 99 sed -i '/^Makefile:/c Makefile:' ${D}${PTEST_PATH}/tests/Makefile
100 find ${D}${PTEST_PATH} -type f -name *.[hoc] | xargs -i rm {} 100 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
101 fi 103 fi
102} 104}
103 105