diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2023-11-16 23:48:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-20 15:30:53 +0000 |
commit | 2b7e37b18ccaeb597cf5cd21d38959ce4a3fbd20 (patch) | |
tree | a0dcbd559d8d0965543f49a09c5e25edee95312b /meta/recipes-devtools | |
parent | 5d32c24baa2069dd57ed213509def8896b44e4de (diff) | |
download | poky-2b7e37b18ccaeb597cf5cd21d38959ce4a3fbd20.tar.gz |
valgrind: drop PE, PR from /usr/src/debug paths
(From OE-Core rev: cdfb7de5152fc6b8c785fb513393e566bef95288)
Signed-off-by: Martin Jansa <martin.jansa@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')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.21.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb index 68ab319a1b..67a197c509 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb | |||
@@ -239,8 +239,8 @@ do_install_ptest() { | |||
239 | 239 | ||
240 | # As the binary isn't stripped or debug-splitted, the source file isn't fetched | 240 | # As the binary isn't stripped or debug-splitted, the source file isn't fetched |
241 | # via dwarfsrcfiles either, so it needs to be installed manually. | 241 | # via dwarfsrcfiles either, so it needs to be installed manually. |
242 | mkdir -p ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/none/tests/ | 242 | mkdir -p ${D}${TARGET_DBGSRC_DIR}/none/tests/ |
243 | install ${S}/none/tests/tls.c ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/none/tests/ | 243 | install ${S}/none/tests/tls.c ${D}${TARGET_DBGSRC_DIR}/none/tests/ |
244 | } | 244 | } |
245 | 245 | ||
246 | do_install_ptest:append:x86-64 () { | 246 | do_install_ptest:append:x86-64 () { |