diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-03 23:43:24 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-03 23:43:24 +0100 |
commit | a340d3cda7c5716376ae3b6a1e3d96139704cbfd (patch) | |
tree | adb4204c7548be25bb65a9ac7f25736c16f97af9 /meta/packages/valgrind/files | |
parent | bc0b233c02d6ffa89633551fd1b77a7a55df6a03 (diff) | |
download | poky-a340d3cda7c5716376ae3b6a1e3d96139704cbfd.tar.gz |
valgrind: 3.3.0 -> 3.5.0
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/valgrind/files')
-rw-r--r-- | meta/packages/valgrind/files/makefile_fix.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/packages/valgrind/files/makefile_fix.patch b/meta/packages/valgrind/files/makefile_fix.patch deleted file mode 100644 index 1a7bb4895a..0000000000 --- a/meta/packages/valgrind/files/makefile_fix.patch +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | VEX/Makefile | 4 ++-- | ||
2 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
3 | |||
4 | Index: valgrind-3.2.1/VEX/Makefile | ||
5 | =================================================================== | ||
6 | --- valgrind-3.2.1.orig/VEX/Makefile 2006-08-28 14:39:42.000000000 +0100 | ||
7 | +++ valgrind-3.2.1/VEX/Makefile 2006-11-29 13:52:36.000000000 +0000 | ||
8 | @@ -64,10 +64,10 @@ PUB_INCLUDES = -Ipub | ||
9 | PRIV_INCLUDES = -Ipriv | ||
10 | |||
11 | |||
12 | -ifndef $(CC) | ||
13 | +ifndef CC | ||
14 | CC = gcc | ||
15 | endif | ||
16 | -ifndef $(AR) | ||
17 | +ifndef AR | ||
18 | AR = ar | ||
19 | endif | ||
20 | |||