From 936b86600b1a0daae20157a57f7e5945d7c35771 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 30 Jul 2007 23:01:14 +0000 Subject: bitbake.conf: Add SRCREV definiton. This is for developers offline use only until we increase the bitbake version requirements. --- conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index e305dc3251..38a716af00 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -365,6 +365,7 @@ UPDATECOMMAND = "ERROR, this must be a BitBake bug" UPDATECOMMAND_cvs = "/usr/bin/env cvs -d${CVSROOT} update -d -P ${CVSCOOPTS}" UPDATECOMMAND_svn = "/usr/bin/env svn update ${SVNCOOPTS}" SRCDATE = "${DATE}" +SRCREV = "${@bb.fetch.get_srcrev(d)}" SRC_URI = "file://${FILE}" -- cgit v1.2.3