[oe-commits] Martin Jansa : ezx/ezx-gen-blob_svn.bb: switch from SRCREV to SRCPV

git version control git at git.openembedded.org
Sun Nov 15 20:15:54 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 07e1febf6fdced932e9868fc893a197ccf28cb28
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=07e1febf6fdced932e9868fc893a197ccf28cb28

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Nov 15 21:15:54 2009 +0100

ezx/ezx-gen-blob_svn.bb: switch from SRCREV to SRCPV

---

 recipes/ezx/ezx-gen-blob_svn.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/ezx/ezx-gen-blob_svn.bb b/recipes/ezx/ezx-gen-blob_svn.bb
index 5841407..45e9255 100644
--- a/recipes/ezx/ezx-gen-blob_svn.bb
+++ b/recipes/ezx/ezx-gen-blob_svn.bb
@@ -5,7 +5,8 @@ HOMEPAGE = "http://people.openezx.org/wyrm/gen-blob"
 LICENSE = "GPL"
 PROVIDES = "virtual/bootloader"
 DEPENDS = "virtual/kernel"
-PV = "1.0.0+${SRCREV}"
+PV = "1.0.0+svnr${SRCPV}"
+PE = "1"
 PR = "r1"
 
 SRC_URI = "\





More information about the Openembedded-commits mailing list