[oe] [PATCH] bitbake.conf: SRCPV always upgradeable paths for git recipes

Martin Jansa martin.jansa at gmail.com
Wed Nov 11 15:27:08 UTC 2009


* Holger Hans Peter Freyther <zecke at openmoko.org> did for the OM git
  tree that was never merged back into OE.
* Taken from xora/angstrom-srcpv branch where it rot for long enough
---
 conf/bitbake.conf |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 39a1f27..7c0defe 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -570,7 +570,8 @@ UPDATECOMMAND_cvs = "/usr/bin/env 'PATH=${PATH}' cvs -d${CVSROOT} update -d -P $
 UPDATECOMMAND_svn = "/usr/bin/env svn update ${SVNCOOPTS}"
 SRCDATE = "${DATE}"
 SRCREV = "1"
-AUTOREV = "${@bb.fetch.get_srcrev(d)}"
+SRCPV = "${@bb.fetch.get_srcrev(d)}"
+AUTOREV = "${SRCPV}"
 
 SRC_URI = "file://${FILE}"
 
-- 
1.6.5.2





More information about the Openembedded-devel mailing list