diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-10 00:16:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-10 00:16:27 +0000 |
commit | 90d6ad3cbb6d66b73c744a12d4bcf11929f09896 (patch) | |
tree | 74504f712e19b48a105313cb59c170c03264110a /conf/bitbake.conf | |
parent | 91b32914b0721042d65e7f9c0640f6199511d4e6 (diff) |
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.conf | 4 |
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. |