mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@978 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
381 B
BlitzBasic
18 lines
381 B
BlitzBasic
DESCRIPTION = "Valgrind memory debugger"
|
|
DEPENDS = "virtual/libx11"
|
|
HOMEPAGE = "http://www.valgrind.org/"
|
|
LICENSE = "GPL"
|
|
|
|
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 = "${bindir}/bin"
|