summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.13.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb
index 25b412662a..bf3cfd7f36 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb
@@ -57,7 +57,7 @@ COMPATIBLE_HOST_linux-muslx32 = 'null'
57COMPATIBLE_HOST_mipsarchn32 = 'null' 57COMPATIBLE_HOST_mipsarchn32 = 'null'
58COMPATIBLE_HOST_mipsarchr6 = 'null' 58COMPATIBLE_HOST_mipsarchr6 = 'null'
59 59
60inherit autotools ptest 60inherit autotools ptest multilib_header
61 61
62EXTRA_OECONF = "--enable-tls --without-mpicc" 62EXTRA_OECONF = "--enable-tls --without-mpicc"
63EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}" 63EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}"
@@ -90,6 +90,7 @@ do_configure_prepend () {
90 90
91do_install_append () { 91do_install_append () {
92 install -m 644 ${B}/default.supp ${D}/${libdir}/valgrind/ 92 install -m 644 ${B}/default.supp ${D}/${libdir}/valgrind/
93 oe_multilib_header valgrind/config.h
93} 94}
94 95
95TUNE = "${@strip_mcpu(d)}" 96TUNE = "${@strip_mcpu(d)}"