From: Tom Rini Date: Wed, 13 Oct 2010 22:39:22 +0000 (-0700) Subject: zlib.inc: autotools.bbclass handles libtool depends X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3731d923bb7d5147b5615e57600410bdab51dd93;p=openembedded.git zlib.inc: autotools.bbclass handles libtool depends Signed-off-by: Tom Rini --- 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"