aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-06-13 19:44:57 +0100
committerPhil Blundell <philb@gnu.org>2009-06-13 19:44:57 +0100
commit6ea4aca3fb020bede7ba456bc291593b8a66f52d (patch)
treefbf24f7c50c718bbeb044d48a103a48c44b39d3f /classes
parenta1e13e08fc569fd44cf4277bdea94253041709b9 (diff)
parent42b8607cc4d15c37b1358640fe1f412bafd08f59 (diff)
downloadopenembedded-6ea4aca3fb020bede7ba456bc291593b8a66f52d.tar.gz
Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'classes')
-rw-r--r--classes/autotools.bbclass1
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 '