From: Richard Purdie Date: Wed, 17 Aug 2022 17:18:31 +0000 (+0100) Subject: valgrind: Update to match debug file layout changes X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d191fc547a817f453496f2f48901ff384e34875;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git valgrind: Update to match debug file layout changes Update the recpie to match the recent debug files layout change. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/valgrind/valgrind_3.19.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.19.0.bb index 69915de5057..4b21b74e902 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.19.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.19.0.bb @@ -239,8 +239,8 @@ do_install_ptest() { # As the binary isn't stripped or debug-splitted, the source file isn't fetched # via dwarfsrcfiles either, so it needs to be installed manually. - mkdir -p ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/${BP}/none/tests/ - install ${S}/none/tests/tls.c ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/${BP}/none/tests/ + mkdir -p ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/none/tests/ + install ${S}/none/tests/tls.c ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/none/tests/ } # avoid stripping some generated binaries otherwise some of the tests will fail