busybox: prevent postinst script from failing
[openembedded.git] / recipes / valgrind / valgrind_3.2.3.bb
1 DESCRIPTION = "Valgrind memory debugger"
2 HOMEPAGE = "http://www.valgrind.org/"
3 SECTION = "devel"
4 LICENSE = "GPL"
5 DEPENDS = "virtual/libx11"
6 PR = "r0"
7
8 SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2"
9
10 inherit autotools
11
12 EXTRA_OECONF = "--enable-tls"
13
14 COMPATIBLE_HOST = "^i.86.*-linux"
15
16 FILES_${PN}-dbg += "/usr/lib/valgrind/x86-linux/.debug"