[oe-commits] Martin Jansa : openbsc/openbsc_git.bb: switch from SRCREV to SRCPV

git version control git at git.openembedded.org
Sun Nov 15 19:32:03 UTC 2009


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Nov 15 20:22:17 2009 +0100

openbsc/openbsc_git.bb: switch from SRCREV to SRCPV

---

 recipes/openbsc/openbsc_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/openbsc/openbsc_git.bb b/recipes/openbsc/openbsc_git.bb
index f2fa209..d3c2205 100644
--- a/recipes/openbsc/openbsc_git.bb
+++ b/recipes/openbsc/openbsc_git.bb
@@ -5,7 +5,8 @@ HOMEPAGE = "http://openbsc.gnumonks.org"
 RDEPENDS = "libdbd-sqlite3"
 
 SRC_URI = "git://bs11-abis.gnumonks.org/openbsc.git;protocol=git"
-PV = "0.0.1.0+gitr${SRCREV}"
+PV = "0.0.1.0+gitr${SRCPV}"
+PE = "1"
 
 S = "${WORKDIR}/git/openbsc"
 





More information about the Openembedded-commits mailing list