diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-13 19:44:57 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-13 19:44:57 +0100 |
commit | 6ea4aca3fb020bede7ba456bc291593b8a66f52d (patch) | |
tree | fbf24f7c50c718bbeb044d48a103a48c44b39d3f /classes/autotools.bbclass | |
parent | a1e13e08fc569fd44cf4277bdea94253041709b9 (diff) | |
parent | 42b8607cc4d15c37b1358640fe1f412bafd08f59 (diff) |
Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'classes/autotools.bbclass')
-rw-r--r-- | classes/autotools.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass index e43b289c56..8236a27c76 100644 --- a/classes/autotools.bbclass +++ b/classes/autotools.bbclass @@ -20,6 +20,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 ' |