From 5dc5cbd686c8c3e17faa98ed810c0bcc82051578 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 7 Jan 2006 22:45:09 +0000 Subject: Add ASSUME_PROVIDED line for prerequisite software to bitbake.conf. People may like to check their local.conf files append to ASSUME_PROVIDED... --- conf/bitbake.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/bitbake.conf b/conf/bitbake.conf index bebad809d2..61c08758b2 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -66,6 +66,12 @@ DATE := "${@time.strftime('%Y%m%d',time.gmtime())}" 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. ################################################################## -- cgit v1.2.3