From b6079b6c268d8df773e42a191f12c9afcd17d1c6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 7 Jan 2006 21:42:26 +0000 Subject: Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup. --- conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/bitbake.conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 06d9e61ac5..bebad809d2 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -309,7 +309,7 @@ RESUMECOMMAND = "" RESUMECOMMAND_wget = "/usr/bin/env wget -c -t 5 --passive-ftp -P ${DL_DIR} ${URI}" UPDATECOMMAND = "" UPDATECOMMAND_cvs = "/usr/bin/env cvs update -d -P ${CVSCOOPTS}" -CVSDATE = "${DATE}" +SRCDATE = "${DATE}" SRC_URI = "file://${FILE}" -- cgit v1.2.3 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(+) (limited to 'conf/bitbake.conf') 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 From 00d6afcb893bec3fee68e3121c9d25999e833e27 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 8 Jan 2006 14:56:12 +0000 Subject: Following from the meta/packages changes, cleanup conf/machine for incorrect DEPENDS usage. Move certain things into EXTRA_IMAGEDEPENDS. No valid users of EXTRA_BOOTSTRAP_DEPENDS were found so it was removed entirely. Change zaurus-updater not to package as it doesn't provide any. --- conf/bitbake.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/bitbake.conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 61c08758b2..98d188375f 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -276,7 +276,6 @@ BUILD_OPTIMIZATION = "-O2" # Bootstrap stuff. ################################################################## -BOOTSTRAP_EXTRA_DEPENDS = "" BOOTSTRAP_EXTRA_RDEPENDS = "" BOOTSTRAP_EXTRA_RRECOMMENDS = "" -- cgit v1.2.3