diff options
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. |