diff options
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind_3.15.0.bb')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.15.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb index aedaab27b3..6a3834cfdc 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb | |||
@@ -64,7 +64,8 @@ COMPATIBLE_HOST_linux-gnun32 = 'null' | |||
64 | # Disable for powerpc64 with musl | 64 | # Disable for powerpc64 with musl |
65 | COMPATIBLE_HOST_libc-musl_powerpc64 = 'null' | 65 | COMPATIBLE_HOST_libc-musl_powerpc64 = 'null' |
66 | 66 | ||
67 | inherit autotools ptest multilib_header | 67 | # brokenseip is unfortunately required by ptests to pass |
68 | inherit autotools-brokensep ptest multilib_header | ||
68 | 69 | ||
69 | EXTRA_OECONF = "--enable-tls --without-mpicc" | 70 | EXTRA_OECONF = "--enable-tls --without-mpicc" |
70 | EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}" | 71 | EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}" |
@@ -116,7 +117,7 @@ RDEPENDS_${PN}-ptest += " bash coreutils file \ | |||
116 | gdb libgomp \ | 117 | gdb libgomp \ |
117 | perl \ | 118 | perl \ |
118 | perl-module-getopt-long perl-module-file-basename perl-module-file-glob \ | 119 | perl-module-getopt-long perl-module-file-basename perl-module-file-glob \ |
119 | procps sed ${PN}-dbg" | 120 | procps sed ${PN}-dbg ${PN}-src" |
120 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" | 121 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" |
121 | 122 | ||
122 | # One of the tests contains a bogus interpreter path on purpose. | 123 | # One of the tests contains a bogus interpreter path on purpose. |