summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind_3.15.0.bb')
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.15.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
index a764d18177..e16a58fc62 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
@@ -16,6 +16,7 @@ SRC_URI = "https://sourceware.org/pub/valgrind/valgrind-${PV}.tar.bz2 \
16 file://Added-support-for-PPC-instructions-mfatbu-mfatbl.patch \ 16 file://Added-support-for-PPC-instructions-mfatbu-mfatbl.patch \
17 file://run-ptest \ 17 file://run-ptest \
18 file://remove-for-aarch64 \ 18 file://remove-for-aarch64 \
19 file://remove-for-all \
19 file://0004-Fix-out-of-tree-builds.patch \ 20 file://0004-Fix-out-of-tree-builds.patch \
20 file://0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch \ 21 file://0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch \
21 file://0001-Remove-tests-that-fail-to-build-on-some-PPC32-config.patch \ 22 file://0001-Remove-tests-that-fail-to-build-on-some-PPC32-config.patch \
@@ -171,6 +172,7 @@ do_install_ptest() {
171 # The scripts reference config.h so add it to the top ptest dir. 172 # The scripts reference config.h so add it to the top ptest dir.
172 cp ${B}/config.h ${D}${PTEST_PATH} 173 cp ${B}/config.h ${D}${PTEST_PATH}
173 install -D ${WORKDIR}/remove-for-aarch64 ${D}${PTEST_PATH} 174 install -D ${WORKDIR}/remove-for-aarch64 ${D}${PTEST_PATH}
175 install -D ${WORKDIR}/remove-for-all ${D}${PTEST_PATH}
174 176
175 # Add an executable need by none/tests/bigcode 177 # Add an executable need by none/tests/bigcode
176 mkdir ${D}${PTEST_PATH}/perf 178 mkdir ${D}${PTEST_PATH}/perf