bitbake.conf: Reformat and alphabetize ASSUME_PROVIDED list.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 22 Nov 2007 18:04:08 +0000 (18:04 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 22 Nov 2007 18:04:08 +0000 (18:04 +0000)
* 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.

conf/bitbake.conf

index cc7b51f..57204e8 100644 (file)
@@ -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.