From: Richard Purdie Date: Sat, 7 Jan 2006 22:45:09 +0000 (+0000) Subject: Add ASSUME_PROVIDED line for prerequisite software to bitbake.conf. People may like... X-Git-Tag: Release-2010-05/1~9453^2~2707^2^2~11^2^2~10^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dc5cbd686c8c3e17faa98ed810c0bcc82051578;p=openembedded.git Add ASSUME_PROVIDED line for prerequisite software to bitbake.conf. People may like to check their local.conf files append to ASSUME_PROVIDED... --- 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. ##################################################################