diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-16 10:50:21 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-16 10:50:21 +0000 |
commit | 5d4591b662f2b9e727d2c259aea824b388e23a24 (patch) | |
tree | fa06d8d12481ab46ac1e84b130215cbb46a150c2 /meta | |
parent | bcbc39bd5afbf551a353ed1779969aa9ad82d5ba (diff) | |
download | poky-5d4591b662f2b9e727d2c259aea824b388e23a24.tar.gz |
valgrind: Drop 3.2.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4663 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/valgrind/valgrind_3.2.1.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/valgrind/valgrind_3.2.1.bb b/meta/packages/valgrind/valgrind_3.2.1.bb deleted file mode 100644 index 1cb144fc2a..0000000000 --- a/meta/packages/valgrind/valgrind_3.2.1.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | DESCRIPTION = "Valgrind memory debugger" | ||
2 | DEPENDS = "virtual/libx11" | ||
3 | HOMEPAGE = "http://www.valgrind.org/" | ||
4 | LICENSE = "GPL" | ||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \ | ||
8 | file://makefile_fix.patch;patch=1" | ||
9 | |||
10 | S = "${WORKDIR}/valgrind-${PV}" | ||
11 | |||
12 | COMPATIBLE_HOST = 'i.86.*-linux' | ||
13 | |||
14 | inherit autotools | ||
15 | |||
16 | EXTRA_OECONF = "--enable-tls" | ||
17 | |||
18 | FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug/*" | ||