From: Richard Purdie Date: Wed, 5 Mar 2008 22:32:17 +0000 (+0000) Subject: autotools.bbclass: sdk.bbclass doesn't need libtool-cross X-Git-Tag: Release-2010-05/1~7562 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0986f61319e5d18f20bf5bead94aa7e525ebb946;p=openembedded.git autotools.bbclass: sdk.bbclass doesn't need libtool-cross --- diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass index 991e472b14..4f3e0b1c4d 100644 --- a/classes/autotools.bbclass +++ b/classes/autotools.bbclass @@ -17,6 +17,7 @@ def autotools_dep_prepend(d): deps += 'libtool-native ' if not bb.data.inherits_class('native', d) \ and not bb.data.inherits_class('cross', d) \ + and not bb.data.inherits_class('sdk', d) \ and not bb.data.getVar('INHIBIT_DEFAULT_DEPS', d, 1): deps += 'libtool-cross '