conf/bitbake.conf:
authorHolger Freyther <zecke@selfish.org>
Mon, 13 Mar 2006 23:37:52 +0000 (23:37 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 13 Mar 2006 23:37:52 +0000 (23:37 +0000)
    cpio calls makeinfo which is part of texinfo on my
    Ubuntu installation. This is why I add texinfo-native
    as ASSUMED_PROVIDED package to bitbake.conf.

conf/bitbake.conf

index 6afd6ca..a2ba5e6 100644 (file)
@@ -72,7 +72,7 @@ DATETIME = "${DATE}${TIME}"
 
 # python-native should be here but python relies on building 
 # its own in staging
-ASSUME_PROVIDED = "cvs-native svn-native bzip2-native diffstat-native patch-native python-native-runtime perl-native-runtime"
+ASSUME_PROVIDED = "cvs-native svn-native bzip2-native diffstat-native patch-native python-native-runtime perl-native-runtime texinfo-native"
 
 ##################################################################
 # Package default variables.