From: Richard Purdie Date: Tue, 10 Jan 2006 00:16:27 +0000 (+0000) Subject: bitbake.conf: Remove python-native from ASSUME_PROVIDED as this upsets python. Need... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d6ad3cbb6d66b73c744a12d4bcf11929f09896;p=openembedded.git bitbake.conf: Remove python-native from ASSUME_PROVIDED as this upsets python. Need to check this with mickeyl. --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 98d188375f..8682b46d4c 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -70,7 +70,9 @@ DATETIME = "${DATE}${TIME}" # Openembedded Software Prerequisites. ################################################################## -ASSUME_PROVIDED = "python-native cvs-native svn-native" +# python-native should be here but python relies on building +# its own in staging +ASSUME_PROVIDED = "cvs-native svn-native" ################################################################## # Package default variables.