All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: SRCPV always upgradeable paths for git recipes
@ 2009-11-11 15:27 Martin Jansa
  2009-11-11 15:37 ` Graeme Gregory
  2009-11-11 15:45 ` Denys Dmytriyenko
  0 siblings, 2 replies; 9+ messages in thread
From: Martin Jansa @ 2009-11-11 15:27 UTC (permalink / raw)
  To: openembedded-devel

* Holger Hans Peter Freyther <zecke@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




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-11-12  9:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-11 15:27 [PATCH] bitbake.conf: SRCPV always upgradeable paths for git recipes Martin Jansa
2009-11-11 15:37 ` Graeme Gregory
2009-11-12  9:10   ` Martin Jansa
2009-11-11 15:45 ` Denys Dmytriyenko
2009-11-11 17:43   ` Martin Jansa
2009-11-11 18:42     ` Philip Balister
2009-11-11 21:15       ` Richard Purdie
2009-11-11 21:49       ` Phil Blundell
2009-11-11 22:57         ` Philip Balister

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.