]> code.ossystems Code Review - openembedded-core.git/commitdiff
valgrind: upgrade to version 3.6.1
authorDongxiao Xu <dongxiao.xu@intel.com>
Tue, 19 Apr 2011 07:22:26 +0000 (15:22 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Apr 2011 08:52:24 +0000 (09:52 +0100)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/recipes-devtools/valgrind/valgrind-3.6.1/fix_issue_caused_by_ccache.patch [moved from meta/recipes-devtools/valgrind/valgrind-3.6.0/fix_issue_caused_by_ccache.patch with 94% similarity]
meta/recipes-devtools/valgrind/valgrind-3.6.1/fixed-perl-path.patch [moved from meta/recipes-devtools/valgrind/valgrind-3.6.0/fixed-perl-path.patch with 97% similarity]
meta/recipes-devtools/valgrind/valgrind_3.6.1.bb [moved from meta/recipes-devtools/valgrind/valgrind_3.6.0.bb with 86% similarity]

similarity index 94%
rename from meta/recipes-devtools/valgrind/valgrind-3.6.0/fix_issue_caused_by_ccache.patch
rename to meta/recipes-devtools/valgrind/valgrind-3.6.1/fix_issue_caused_by_ccache.patch
index a5c273c45ba17ffcaa7f3b29bac756686d421b41..4658567b21c1cbcddcff3516fcfd03ad3848d132 100644 (file)
@@ -3,6 +3,8 @@ The script does not expect use of ccache, hence fix it to recognise it.
 2010/08/17
 Nitin A Kamble <nitin.a.kamble@intel.com>
 
+Upstream-Status: Inappropriate [configuration]
+
 Index: valgrind-3.5.0/coregrind/link_tool_exe_linux.in
 ===================================================================
 --- valgrind-3.5.0.orig/coregrind/link_tool_exe_linux.in
similarity index 97%
rename from meta/recipes-devtools/valgrind/valgrind-3.6.0/fixed-perl-path.patch
rename to meta/recipes-devtools/valgrind/valgrind-3.6.1/fixed-perl-path.patch
index 2a0440a1b0d3939d1b9e0a0bcd6f4b37ba67cadd..b054d05f7f9f00239ec1b9d004f4e3244eeac2c7 100644 (file)
@@ -9,6 +9,8 @@ a better fix would need:
 
 8/31/2010 - created by Qing He <qing.he@intel.com>
 
+Upstream-Status: Inappropriate [configuration]
+
 diff --git a/cachegrind/cg_annotate.in b/cachegrind/cg_annotate.in
 index 9dc9565..cc4ef05 100644
 --- a/cachegrind/cg_annotate.in
similarity index 86%
rename from meta/recipes-devtools/valgrind/valgrind_3.6.0.bb
rename to meta/recipes-devtools/valgrind/valgrind_3.6.1.bb
index a33a540198c58fba3cfc20255aa42d50edbfeae5..4dbc628d22df09dc82d96542175a2325f611e49c 100644 (file)
@@ -13,8 +13,8 @@ SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
           file://fix_issue_caused_by_ccache.patch \
            file://fixed-perl-path.patch"
 
-SRC_URI[md5sum] = "b289c5f4ab8e39741602445f1dd09b34"
-SRC_URI[sha256sum] = "bc0f0153b5a47b986f1d8efa2c488e0aea85a1cf2c4b11c52be127903080285f"
+SRC_URI[md5sum] = "2c3aa122498baecc9d69194057ca88f5"
+SRC_URI[sha256sum] = "49bdcc4fbcf060049b5f0dcfd8a187a6e90e0b0e57309f633b64e44430726a0e"
 
 COMPATIBLE_HOST = '(i.86|x86_64).*-linux'