diff options
-rw-r--r-- | recipes-devtools/valgrind/valgrind_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/valgrind/valgrind_%.bbappend b/recipes-devtools/valgrind/valgrind_%.bbappend index d5c3d36..0360700 100644 --- a/recipes-devtools/valgrind/valgrind_%.bbappend +++ b/recipes-devtools/valgrind/valgrind_%.bbappend | |||
@@ -2,7 +2,7 @@ | |||
2 | # Remove tests when using clang since, clang generates debug info | 2 | # Remove tests when using clang since, clang generates debug info |
3 | # for asm files too, like freebsd outputs but we are on linux | 3 | # for asm files too, like freebsd outputs but we are on linux |
4 | # and valgrind tests think its always using gcc on linux | 4 | # and valgrind tests think its always using gcc on linux |
5 | do_install_ptest:append () { | 5 | do_install_ptest:append:toolchain-clang () { |
6 | if [ "${@bb.utils.contains('TC_CXX_RUNTIME', 'llvm', 'True', 'False', d)}" ] | 6 | if [ "${@bb.utils.contains('TC_CXX_RUNTIME', 'llvm', 'True', 'False', d)}" ] |
7 | then | 7 | then |
8 | rm ${D}${PTEST_PATH}/memcheck/tests/gone_abrt_xml.vgtest | 8 | rm ${D}${PTEST_PATH}/memcheck/tests/gone_abrt_xml.vgtest |