aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-03-13 23:37:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-13 23:37:52 +0000
commit3bc624d4c8f27a4b324d15cd952c64c2fca466b5 (patch)
treec504efccab5e33c785b64697a842e9eaccfdd1a6 /conf/bitbake.conf
parent7442d775307f881f35a86a8bb07326f3c81e6134 (diff)
downloadopenembedded-3bc624d4c8f27a4b324d15cd952c64c2fca466b5.tar.gz
conf/bitbake.conf:
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.
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 6afd6ca2cd..a2ba5e6382 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -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.