diff options
| -rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.11.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb index 3d49131cba..42fd27f537 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb | |||
| @@ -39,8 +39,8 @@ COMPATIBLE_HOST_armv5 = 'null' | |||
| 39 | COMPATIBLE_HOST_armv6 = 'null' | 39 | COMPATIBLE_HOST_armv6 = 'null' |
| 40 | 40 | ||
| 41 | # valgrind doesn't like mips soft float | 41 | # valgrind doesn't like mips soft float |
| 42 | COMPATIBLE_HOST_mips = "${@bb.utils.contains("TARGET_FPU", "soft", "null", "mips-poky-linux", d)}" | 42 | COMPATIBLE_HOST_mips = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" |
| 43 | COMPATIBLE_HOST_mipsel = "${@bb.utils.contains("TARGET_FPU", "soft", "null", "mipsel-poky-linux", d)}" | 43 | COMPATIBLE_HOST_mipsel = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" |
| 44 | 44 | ||
| 45 | inherit autotools ptest | 45 | inherit autotools ptest |
| 46 | 46 | ||
