mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
valgrind: Update to match debug file layout changes
Update the recpie to match the recent debug files layout change. (From OE-Core rev: 7d191fc547a817f453496f2f48901ff384e34875) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ad5936fba6
commit
5edbe597fe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user