generic-poky/meta/packages/valgrind/valgrind_3.2.1.bb
Richard Purdie eaafa55d86 valgrind: Fix debug packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3175 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-15 13:17:02 +00:00

19 lines
415 B
BlitzBasic

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/*"