[oe-commits] org.oe.dev bitbake.conf: Reformat and alphabetize ASSUME_PROVIDED list.

pfalcon commit openembedded-commits at lists.openembedded.org
Thu Nov 22 19:45:19 UTC 2007


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.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 311e72b54c03f40be57df66ff41f0a8e857ad340
ViewMTN: http://monotone.openembedded.org/revision/info/311e72b54c03f40be57df66ff41f0a8e857ad340
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r051316a155aa0e55225d2d8bed14412241ff4143 -r311e72b54c03f40be57df66ff41f0a8e857ad340
#
# 
# 
# patch "conf/bitbake.conf"
#  from [4ed306ec9f44c19fe02153d4d9a25294d8358687]
#    to [92fa3f3ad1c5faec75df2932f1c6878fc30dfaaa]
# 
============================================================
--- conf/bitbake.conf	4ed306ec9f44c19fe02153d4d9a25294d8358687
+++ conf/bitbake.conf	92fa3f3ad1c5faec75df2932f1c6878fc30dfaaa
@@ -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.






More information about the Openembedded-commits mailing list