[oe-commits] Martin Jansa : bitbake.conf: SRCPV always upgradeable paths for git recipes

git version control git at git.openembedded.org
Wed Nov 11 15:23:01 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: ae0d299da6e07f985cb98394dfc107f64f90d7ac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ae0d299da6e07f985cb98394dfc107f64f90d7ac

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 11 16:18:34 2009 +0100

bitbake.conf: SRCPV always upgradeable paths for git recipes

* 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

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/bitbake.conf |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index e74b63e..325a701 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}"
 





More information about the Openembedded-commits mailing list