valgrind: Drop 3.2.1

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4663 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-06-16 10:50:21 +00:00
parent bcbc39bd5a
commit 5d4591b662
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
DESCRIPTION = "Valgrind memory debugger"
DEPENDS = "virtual/libx11"
HOMEPAGE = "http://www.valgrind.org/"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
file://makefile_fix.patch;patch=1"
S = "${WORKDIR}/valgrind-${PV}"
COMPATIBLE_HOST = 'i.86.*-linux'
inherit autotools
EXTRA_OECONF = "--enable-tls"
FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug/*"