aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/valgrind
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-06-17 08:38:29 -0700
committerTom Rini <tom_rini@mentor.com>2011-06-17 08:39:27 -0700
commit8ab8708203a1f2d1c37ca78ea8e5671f7a7c243b (patch)
tree9789d18744c88f1e6c40736a4b6c4c5269630cc0 /recipes/valgrind
parentaf03ea851d27845349dc9a3857099d639af2c4a7 (diff)
downloadopenembedded-8ab8708203a1f2d1c37ca78ea8e5671f7a7c243b.tar.gz
valgrind: Drop virtual/libx11 from DEPENDS
Valgrind 3.6.x does not depend on X like older versions did. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/valgrind')
-rw-r--r--recipes/valgrind/valgrind.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/valgrind/valgrind.inc b/recipes/valgrind/valgrind.inc
index 4946e94222..b5cbf28061 100644
--- a/recipes/valgrind/valgrind.inc
+++ b/recipes/valgrind/valgrind.inc
@@ -2,7 +2,6 @@ DESCRIPTION = "Valgrind memory debugger"
HOMEPAGE = "http://www.valgrind.org/"
SECTION = "devel"
LICENSE = "GPLv2"
-DEPENDS = "virtual/libx11"
PR = "r0"
SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2"