diff options
| author | John Lee <john_lee@openmoko.org> | 2008-03-07 13:05:07 +0000 |
|---|---|---|
| committer | John Lee <john_lee@openmoko.org> | 2008-03-07 13:05:07 +0000 |
| commit | 0b098d35b319ed6c00f363cb0d4fd447d7fb8d57 (patch) | |
| tree | a830bf983a66688f5648cd83e362c4fea2f48f6b /classes/autotools.bbclass | |
| parent | 06fb90eb31b0b85a5c5c7adf185ce2515c5b1220 (diff) | |
| parent | d3bbd28f22fbd8e9d097081fa128ae18197f36e1 (diff) | |
merge of '26501141207c84e31e0f43c5795a15c0f16dbce5'
and '86618f966282489d43b51fbf0ee93b954ac615ae'
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 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 ' |
