diff options
author | Kai Kang <kai.kang@windriver.com> | 2014-12-09 17:36:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-11 11:34:57 +0000 |
commit | b570d9089e2259eedb2d4c5e2ad9b9c318357063 (patch) | |
tree | 8d50f00d2069beb82017df253dd851607a5b6845 /meta/recipes-devtools | |
parent | c72bada56afe976dbf0335426f76859a675877c1 (diff) | |
download | poky-b570d9089e2259eedb2d4c5e2ad9b9c318357063.tar.gz |
valgrind: update to 3.10.1
Update valgrind from 3.10.0 to 3.10.1 which is a bug fix release. It
fixes various bugs reported in 3.10.0 and backports fixes for all
reported missing AArch64 ARMv8 instructions and syscalls from the trunk.
Add dependency perl-module-file-glob for ptest subpackage.
(From OE-Core rev: 65e15a1d4304bd3677a79d9b4c5a7a771dfd42d5)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.10.1.bb (renamed from meta/recipes-devtools/valgrind/valgrind_3.10.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.10.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb index 4c6e1a7a0a..a25922ae09 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.10.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb | |||
@@ -23,8 +23,8 @@ SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \ | |||
23 | file://run-ptest \ | 23 | file://run-ptest \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI[md5sum] = "7c311a72a20388aceced1aa5573ce970" | 26 | SRC_URI[md5sum] = "60ddae962bc79e7c95cfc4667245707f" |
27 | SRC_URI[sha256sum] = "03047f82dfc6985a4c7d9d2700e17bc05f5e1a0ca6ad902e5d6c81aeb720edc9" | 27 | SRC_URI[sha256sum] = "fa253dc26ddb661b6269df58144eff607ea3f76a9bcfe574b0c7726e1dfcb997" |
28 | 28 | ||
29 | COMPATIBLE_HOST = '(i.86|x86_64|powerpc|powerpc64).*-linux' | 29 | COMPATIBLE_HOST = '(i.86|x86_64|powerpc|powerpc64).*-linux' |
30 | COMPATIBLE_HOST_armv7a = 'arm.*-linux' | 30 | COMPATIBLE_HOST_armv7a = 'arm.*-linux' |
@@ -48,7 +48,7 @@ FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug/*" | |||
48 | # redirect functions like strlen. | 48 | # redirect functions like strlen. |
49 | RRECOMMENDS_${PN} += "${TCLIBC}-dbg" | 49 | RRECOMMENDS_${PN} += "${TCLIBC}-dbg" |
50 | 50 | ||
51 | RDEPENDS_${PN}-ptest += " sed perl glibc-utils" | 51 | RDEPENDS_${PN}-ptest += " sed perl glibc-utils perl-module-file-glob" |
52 | 52 | ||
53 | do_compile_ptest() { | 53 | do_compile_ptest() { |
54 | oe_runmake check | 54 | oe_runmake check |