]> code.ossystems Code Review - openembedded-core.git/commitdiff
autotools.bbclass: Add libtool-cross as a default dependency
authorRichard Purdie <richard@openedhand.com>
Wed, 9 May 2007 09:09:36 +0000 (09:09 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 9 May 2007 09:09:36 +0000 (09:09 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1617 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/autotools.bbclass

index a065505aa986cd9ad4b853cf5ce9cf67f34c2aac..8fc05cde09ca254d06f6c6fcdfc5445cc539e11c 100644 (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 '