diff options
author | Holger Freyther <zecke@selfish.org> | 2006-03-13 23:37:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-13 23:37:52 +0000 |
commit | 3bc624d4c8f27a4b324d15cd952c64c2fca466b5 (patch) | |
tree | c504efccab5e33c785b64697a842e9eaccfdd1a6 /conf/bitbake.conf | |
parent | 7442d775307f881f35a86a8bb07326f3c81e6134 (diff) |
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.conf | 2 |
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. |