diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-07-30 23:01:14 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-07-30 23:01:14 +0000 |
commit | 936b86600b1a0daae20157a57f7e5945d7c35771 (patch) | |
tree | 0c0cb7eb9f6dde0b00b843e1ed9a01c7ac30f37f | |
parent | b350099f15032f0c9ee22ae29c74b624d9666a4a (diff) |
bitbake.conf: Add SRCREV definiton. This is for developers offline use only until we increase the bitbake version requirements.
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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}" |