From 0986f61319e5d18f20bf5bead94aa7e525ebb946 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Mar 2008 22:32:17 +0000 Subject: [PATCH] autotools.bbclass: sdk.bbclass doesn't need libtool-cross --- classes/autotools.bbclass | 1 + 1 file changed, 1 insertion(+) 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 ' -- 2.39.5