From eabe00085c62717059ee889288b0bae392398f65 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 22 May 2026 16:41:01 +0100 Subject: valgrind: remove obsolete bbappend Valgrind doesn't have ptests anymore[1] so this append is pointless. [1] oe-core 8fc31fb235 ("valgrind: disable ptests") Signed-off-by: Ross Burton --- recipes-devtools/valgrind/valgrind_%.bbappend | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 recipes-devtools/valgrind/valgrind_%.bbappend (limited to 'recipes-devtools') diff --git a/recipes-devtools/valgrind/valgrind_%.bbappend b/recipes-devtools/valgrind/valgrind_%.bbappend deleted file mode 100644 index 0360700..0000000 --- a/recipes-devtools/valgrind/valgrind_%.bbappend +++ /dev/null @@ -1,13 +0,0 @@ - -# Remove tests when using clang since, clang generates debug info -# for asm files too, like freebsd outputs but we are on linux -# and valgrind tests think its always using gcc on linux -do_install_ptest:append:toolchain-clang () { - if [ "${@bb.utils.contains('TC_CXX_RUNTIME', 'llvm', 'True', 'False', d)}" ] - then - rm ${D}${PTEST_PATH}/memcheck/tests/gone_abrt_xml.vgtest - rm ${D}${PTEST_PATH}/memcheck/tests/threadname_xml.vgtest - rm ${D}${PTEST_PATH}/drd/tests/annotate_barrier_xml.vgtest - rm ${D}${PTEST_PATH}/none/tests/fdleak_cmsg.vgtest - fi -} -- cgit v1.2.3-54-g00ecf