1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

autotools.bbclass: Add libtool-cross as a default dependency

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1617 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-05-09 09:09:36 +00:00
parent 8c0306abd5
commit 77a7221be4
+1 -1
View File
@@ -14,7 +14,7 @@ def autotools_dep_prepend(d):
deps += 'autoconf-native automake-native '
if not pn in ['libtool', 'libtool-native', 'libtool-cross']:
deps += 'libtool-native '
deps += 'libtool-native libtool-cross '
return deps + 'gnu-config-native '