bitbake.conf: Remove python-native from ASSUME_PROVIDED as this upsets python. Need...
authorRichard Purdie <rpurdie@rpsys.net>
Tue, 10 Jan 2006 00:16:27 +0000 (00:16 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 10 Jan 2006 00:16:27 +0000 (00:16 +0000)
conf/bitbake.conf

index 98d1883..8682b46 100644 (file)
@@ -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.