[oe-commits] Tom Rini : autotools.bbclass: sdk packages should not depend on libtool-cross

git version control git at git.openembedded.org
Sat Jun 13 18:33:06 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 42b8607cc4d15c37b1358640fe1f412bafd08f59
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=42b8607cc4d15c37b1358640fe1f412bafd08f59

Author: Tom Rini <trini at embeddedalley.com>
Date:   Sat Jun 13 14:33:59 2009 -0400

autotools.bbclass: sdk packages should not depend on libtool-cross

---

 classes/autotools.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass
index e43b289..8236a27 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 '
 





More information about the Openembedded-commits mailing list