From a5372cd835524e3af09f2a04c428b23fad59f194 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 22 Nov 2007 18:04:08 +0000 Subject: 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. --- conf/bitbake.conf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'conf') 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. -- cgit v1.2.3 From c549aa4d57104a78bd6756ab426b89267567bae6 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 22 Nov 2007 18:49:28 +0000 Subject: linux-rp: Depends on bc during buildtime for collie. * Don't bother to create bc-natibe though, just add it to global ASSUME_PROVIDED list. --- conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 57204e8cc3..9d5d54bfb8 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -108,6 +108,7 @@ DATETIME = "${DATE}${TIME}" # python-native should be here but python relies on building # its own in staging ASSUME_PROVIDED = "\ + bc-native \ bzip2-native \ cvs-native \ diffstat-native \ -- cgit v1.2.3