git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b350099
)
bitbake.conf: Add SRCREV definiton. This is for developers offline use only until...
author
Richard Purdie
<rpurdie@rpsys.net>
Mon, 30 Jul 2007 23:01:14 +0000
(23:01 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Mon, 30 Jul 2007 23:01:14 +0000
(23:01 +0000)
conf/bitbake.conf
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
e305dc3
..
38a716a
100644
(file)
--- 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}"