aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-01-10 00:16:27 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-10 00:16:27 +0000
commit90d6ad3cbb6d66b73c744a12d4bcf11929f09896 (patch)
tree74504f712e19b48a105313cb59c170c03264110a /conf/bitbake.conf
parent91b32914b0721042d65e7f9c0640f6199511d4e6 (diff)
downloadopenembedded-90d6ad3cbb6d66b73c744a12d4bcf11929f09896.tar.gz
bitbake.conf: Remove python-native from ASSUME_PROVIDED as this upsets python. Need to check this with mickeyl.
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf4
1 files changed, 3 insertions, 1 deletions
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.