summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.21.0.bb4
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
246do_install_ptest:append:x86-64 () { 246do_install_ptest:append:x86-64 () {