summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/valgrind
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2011-04-19 15:22:26 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-28 10:44:27 +0100
commitaeee3fb46f7b72e0b08e988a3224e4e2b7d85d84 (patch)
treefb62c17168cd4af1fcdbb186df507f78184edc2c /meta/recipes-devtools/valgrind
parent722d95cb705a62b607d9798769ec5313138f31cc (diff)
downloadpoky-aeee3fb46f7b72e0b08e988a3224e4e2b7d85d84.tar.gz
valgrind: upgrade to version 3.6.1
(From OE-Core rev: 85898bb2d60ccf171ead561d05f3742a2cf30c8d) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind')
-rw-r--r--meta/recipes-devtools/valgrind/valgrind-3.6.1/fix_issue_caused_by_ccache.patch (renamed from meta/recipes-devtools/valgrind/valgrind-3.6.0/fix_issue_caused_by_ccache.patch)2
-rw-r--r--meta/recipes-devtools/valgrind/valgrind-3.6.1/fixed-perl-path.patch (renamed from meta/recipes-devtools/valgrind/valgrind-3.6.0/fixed-perl-path.patch)2
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.6.1.bb (renamed from meta/recipes-devtools/valgrind/valgrind_3.6.0.bb)4
3 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind-3.6.0/fix_issue_caused_by_ccache.patch b/meta/recipes-devtools/valgrind/valgrind-3.6.1/fix_issue_caused_by_ccache.patch
index a5c273c45b..4658567b21 100644
--- a/meta/recipes-devtools/valgrind/valgrind-3.6.0/fix_issue_caused_by_ccache.patch
+++ b/meta/recipes-devtools/valgrind/valgrind-3.6.1/fix_issue_caused_by_ccache.patch
@@ -3,6 +3,8 @@ The script does not expect use of ccache, hence fix it to recognise it.
32010/08/17 32010/08/17
4Nitin A Kamble <nitin.a.kamble@intel.com> 4Nitin A Kamble <nitin.a.kamble@intel.com>
5 5
6Upstream-Status: Inappropriate [configuration]
7
6Index: valgrind-3.5.0/coregrind/link_tool_exe_linux.in 8Index: valgrind-3.5.0/coregrind/link_tool_exe_linux.in
7=================================================================== 9===================================================================
8--- valgrind-3.5.0.orig/coregrind/link_tool_exe_linux.in 10--- valgrind-3.5.0.orig/coregrind/link_tool_exe_linux.in
diff --git a/meta/recipes-devtools/valgrind/valgrind-3.6.0/fixed-perl-path.patch b/meta/recipes-devtools/valgrind/valgrind-3.6.1/fixed-perl-path.patch
index 2a0440a1b0..b054d05f7f 100644
--- a/meta/recipes-devtools/valgrind/valgrind-3.6.0/fixed-perl-path.patch
+++ b/meta/recipes-devtools/valgrind/valgrind-3.6.1/fixed-perl-path.patch
@@ -9,6 +9,8 @@ a better fix would need:
9 9
108/31/2010 - created by Qing He <qing.he@intel.com> 108/31/2010 - created by Qing He <qing.he@intel.com>
11 11
12Upstream-Status: Inappropriate [configuration]
13
12diff --git a/cachegrind/cg_annotate.in b/cachegrind/cg_annotate.in 14diff --git a/cachegrind/cg_annotate.in b/cachegrind/cg_annotate.in
13index 9dc9565..cc4ef05 100644 15index 9dc9565..cc4ef05 100644
14--- a/cachegrind/cg_annotate.in 16--- a/cachegrind/cg_annotate.in
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.6.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb
index a33a540198..4dbc628d22 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.6.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb
@@ -13,8 +13,8 @@ SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
13 file://fix_issue_caused_by_ccache.patch \ 13 file://fix_issue_caused_by_ccache.patch \
14 file://fixed-perl-path.patch" 14 file://fixed-perl-path.patch"
15 15
16SRC_URI[md5sum] = "b289c5f4ab8e39741602445f1dd09b34" 16SRC_URI[md5sum] = "2c3aa122498baecc9d69194057ca88f5"
17SRC_URI[sha256sum] = "bc0f0153b5a47b986f1d8efa2c488e0aea85a1cf2c4b11c52be127903080285f" 17SRC_URI[sha256sum] = "49bdcc4fbcf060049b5f0dcfd8a187a6e90e0b0e57309f633b64e44430726a0e"
18 18
19COMPATIBLE_HOST = '(i.86|x86_64).*-linux' 19COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
20 20