aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-01-07 22:45:09 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-07 22:45:09 +0000
commit5dc5cbd686c8c3e17faa98ed810c0bcc82051578 (patch)
tree7edd72586a033c30714c62af12ccb3c738a710c7
parentb6079b6c268d8df773e42a191f12c9afcd17d1c6 (diff)
downloadopenembedded-5dc5cbd686c8c3e17faa98ed810c0bcc82051578.tar.gz
Add ASSUME_PROVIDED line for prerequisite software to bitbake.conf. People may like to check their local.conf files append to ASSUME_PROVIDED...
-rw-r--r--conf/bitbake.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index bebad809d2..61c08758b2 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -67,6 +67,12 @@ TIME := "${@time.strftime('%H%M%S',time.gmtime())}"
DATETIME = "${DATE}${TIME}"
##################################################################
+# Openembedded Software Prerequisites.
+##################################################################
+
+ASSUME_PROVIDED = "python-native cvs-native svn-native"
+
+##################################################################
# Package default variables.
##################################################################