libtool-native: DEPEND on autoconf-native as well
authorKoen Kooi <koen@openembedded.org>
Sat, 18 Feb 2006 13:31:16 +0000 (13:31 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 18 Feb 2006 13:31:16 +0000 (13:31 +0000)
packages/libtool/libtool-native_1.5.10.bb

index fa2a6f4..834691c 100644 (file)
@@ -1,5 +1,6 @@
 SECTION = "devel"
 include libtool_${PV}.bb
+DEPENDS += "autoconf-native"
 
 PR = "r3"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"