summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/valgrind
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/valgrind')
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.17.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb
index 2eea84c229..eb7b9d2383 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb
@@ -55,7 +55,6 @@ COMPATIBLE_HOST = '(i.86|x86_64|arm|aarch64|mips|powerpc|powerpc64).*-linux'
55# argument. Change expected stderr files accordingly. 55# argument. Change expected stderr files accordingly.
56do_patch_append() { 56do_patch_append() {
57 bb.build.exec_func('do_sed_paths', d) 57 bb.build.exec_func('do_sed_paths', d)
58
59} 58}
60 59
61do_sed_paths() { 60do_sed_paths() {
@@ -157,7 +156,7 @@ do_install_ptest() {
157 # 156 #
158 # The regression tests require scripts and data files that are not 157 # The regression tests require scripts and data files that are not
159 # copied to the build directory. They must be copied from the 158 # copied to the build directory. They must be copied from the
160 # source directory. 159 # source directory.
161 saved_dir=$PWD 160 saved_dir=$PWD
162 for parent_dir in ${S} ${B} ; do 161 for parent_dir in ${S} ${B} ; do
163 cd $parent_dir 162 cd $parent_dir