diff options
| -rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.13.0.bb | 3 |
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' | |||
| 57 | COMPATIBLE_HOST_mipsarchn32 = 'null' | 57 | COMPATIBLE_HOST_mipsarchn32 = 'null' |
| 58 | COMPATIBLE_HOST_mipsarchr6 = 'null' | 58 | COMPATIBLE_HOST_mipsarchr6 = 'null' |
| 59 | 59 | ||
| 60 | inherit autotools ptest | 60 | inherit autotools ptest multilib_header |
| 61 | 61 | ||
| 62 | EXTRA_OECONF = "--enable-tls --without-mpicc" | 62 | EXTRA_OECONF = "--enable-tls --without-mpicc" |
| 63 | EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}" | 63 | EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}" |
| @@ -90,6 +90,7 @@ do_configure_prepend () { | |||
| 90 | 90 | ||
| 91 | do_install_append () { | 91 | do_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 | ||
| 95 | TUNE = "${@strip_mcpu(d)}" | 96 | TUNE = "${@strip_mcpu(d)}" |
