[oe-commits] org.oe.dev bitbake.conf: Add SRCREV definiton. This is for developers offline use only until we increase the bitbake version requirements.

rpurdie commit openembedded-commits at lists.openembedded.org
Mon Jul 30 23:18:01 UTC 2007


bitbake.conf: Add SRCREV definiton. This is for developers offline use only until we increase the bitbake version requirements.

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: fa875ca906ae242732b2af7d423dc0a019709730
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fa875ca906ae242732b2af7d423dc0a019709730
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r913db9a34920c5a814b9583b8c0219c80bc8ac63 -rfa875ca906ae242732b2af7d423dc0a019709730
#
# 
# 
# patch "conf/bitbake.conf"
#  from [cb6550c833966af0deba898eb3e14cf54b4bd8c8]
#    to [ee130e54dc68eb5516e965696fbced464a542166]
# 
============================================================
--- conf/bitbake.conf	cb6550c833966af0deba898eb3e14cf54b4bd8c8
+++ conf/bitbake.conf	ee130e54dc68eb5516e965696fbced464a542166
@@ -365,6 +365,7 @@ SRCDATE = "${DATE}"
 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}"
 






More information about the Openembedded-commits mailing list