]> code.ossystems Code Review - openembedded-core.git/commitdiff
valgrind: enable build for MIPS
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 23 Mar 2015 15:30:03 +0000 (16:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Mar 2015 17:52:39 +0000 (17:52 +0000)
Since 3.8.0, valgrind supports MIPS32. MIPS64 was added in 3.9.0.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/valgrind/valgrind_3.10.1.bb

index 365e968549191330f5774341901f333e459acdd7..bf80b165af4db8dfb8595026b19a6e7618f82d04 100644 (file)
@@ -29,7 +29,7 @@ SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
 SRC_URI[md5sum] = "60ddae962bc79e7c95cfc4667245707f"
 SRC_URI[sha256sum] = "fa253dc26ddb661b6269df58144eff607ea3f76a9bcfe574b0c7726e1dfcb997"
 
-COMPATIBLE_HOST = '(i.86|x86_64|powerpc|powerpc64).*-linux'
+COMPATIBLE_HOST = '(i.86|x86_64|mips|powerpc|powerpc64).*-linux'
 COMPATIBLE_HOST_armv7a = 'arm.*-linux'
 
 inherit autotools ptest