autotools.bbclass: sdk.bbclass doesn't need libtool-cross
authorRichard Purdie <rpurdie@rpsys.net>
Wed, 5 Mar 2008 22:32:17 +0000 (22:32 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Wed, 5 Mar 2008 22:32:17 +0000 (22:32 +0000)
classes/autotools.bbclass

index 991e472..4f3e0b1 100644 (file)
@@ -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 '