[oe-commits] Martin Jansa : serial-utils/serial-forward.bb: switch from SRCREV to SRCPV

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


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

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

serial-utils/serial-forward.bb: switch from SRCREV to SRCPV

---

 recipes/serial-utils/serial-forward.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/serial-utils/serial-forward.bb b/recipes/serial-utils/serial-forward.bb
index b03fc59..6da2d0d 100644
--- a/recipes/serial-utils/serial-forward.bb
+++ b/recipes/serial-utils/serial-forward.bb
@@ -2,7 +2,8 @@ DESCRIPTION = "Forward a serial using TCP/IP"
 AUTHOR = "Holger 'Zecke' Freyther'"
 LICENSE = "GPL"
 SECTION = "console/devel"
-PV = "1.0.1+gitr${SRCREV}"
+PV = "1.0.1+gitr${SRCPV}"
+PE = "1"
 PR = "r1"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git/;protocol=git"





More information about the Openembedded-commits mailing list