summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-10-13 15:39:22 -0700
committerTom Rini <tom_rini@mentor.com>2010-10-13 16:04:48 -0700
commit3731d923bb7d5147b5615e57600410bdab51dd93 (patch)
tree8035155fa9edd8e6b7dfc82db2cbad45aba16ef7
parent90cdd0e3813a274a19a2625f664542ef7f93e8f7 (diff)
downloadopenembedded-3731d923bb7d5147b5615e57600410bdab51dd93.tar.gz
zlib.inc: autotools.bbclass handles libtool depends
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/zlib/zlib.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/zlib/zlib.inc b/recipes/zlib/zlib.inc
index 5c00acbd3e..fa495fcb89 100644
--- a/recipes/zlib/zlib.inc
+++ b/recipes/zlib/zlib.inc
@@ -18,5 +18,3 @@ BBCLASSEXTEND = "native sdk"
SRC_URI = "http://www.zlib.net/zlib-${PV}.tar.bz2"
inherit autotools
-
-DEPENDS = "libtool-cross"