aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-11-22 18:04:08 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-11-22 18:04:08 +0000
commita5372cd835524e3af09f2a04c428b23fad59f194 (patch)
tree9e9cbc9fdeea4e5e9e36eb698954226c8fb0c023 /conf
parent4c61b72bdc3280fd0bf6289db187e21b4377fec3 (diff)
downloadopenembedded-a5372cd835524e3af09f2a04c428b23fad59f194.tar.gz
bitbake.conf: Reformat and alphabetize ASSUME_PROVIDED list.
* According to http://lists.linuxtogo.org/pipermail/openembedded-devel/2007-November/003493.html , ASSUME_PROVIDED in the bitbake.conf is the authoritative location of list of package which expected to be installed on the host for OE to work properly. Make the list more prominent and easy to maintain.
Diffstat (limited to 'conf')
-rw-r--r--conf/bitbake.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index cc7b51f3a5..57204e8cc3 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -107,7 +107,17 @@ 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 texinfo-native util-linux-native"
+ASSUME_PROVIDED = "\
+ bzip2-native \
+ cvs-native \
+ diffstat-native \
+ patch-native \
+ perl-native-runtime \
+ python-native-runtime \
+ svn-native \
+ texinfo-native \
+ util-linux-native \
+ "
##################################################################
# Package default variables.