From 90d6ad3cbb6d66b73c744a12d4bcf11929f09896 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 10 Jan 2006 00:16:27 +0000 Subject: bitbake.conf: Remove python-native from ASSUME_PROVIDED as this upsets python. Need to check this with mickeyl. --- conf/bitbake.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf/bitbake.conf') 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. -- cgit 1.2.3-korg