diff options
Diffstat (limited to 'meta/classes/autotools.bbclass')
-rw-r--r-- | meta/classes/autotools.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index a065505aa9..8fc05cde09 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -14,7 +14,7 @@ def autotools_dep_prepend(d): | |||
14 | deps += 'autoconf-native automake-native ' | 14 | deps += 'autoconf-native automake-native ' |
15 | 15 | ||
16 | if not pn in ['libtool', 'libtool-native', 'libtool-cross']: | 16 | if not pn in ['libtool', 'libtool-native', 'libtool-cross']: |
17 | deps += 'libtool-native ' | 17 | deps += 'libtool-native libtool-cross ' |
18 | 18 | ||
19 | return deps + 'gnu-config-native ' | 19 | return deps + 'gnu-config-native ' |
20 | 20 | ||