[oe-commits] Michael 'Mickey' Lauer : serial-utils: fetch updated versions from FSO git and bump sane-srcrevs

git version control git at git.openembedded.org
Thu Oct 22 09:30:16 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Oct 21 14:30:33 2009 +0000

serial-utils: fetch updated versions from FSO git and bump sane-srcrevs

---

 conf/distro/include/sane-srcrevs.inc       |    4 ++--
 recipes/serial-utils/pty-forward-native.bb |    6 +++---
 recipes/serial-utils/serial-forward.bb     |    6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index e30a3c3..1d84e96 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -197,7 +197,7 @@ SRCREV_pn-packagekit ?= "96823118e98515dd41748e8c7bdb9cf7b1d4a95f"
 SRCREV_pn-paroli ?= "9279b50ed72a94100d7f0f49090043134302f2eb"
 SRCREV_pn-portaudio-v19 ?= "1387"
 SRCREV_pn-psplash ?= "249"
-SRCREV_pn-pty-forward-native ?= "4907"
+SRCREV_pn-pty-forward-native ?= "a41cae9df1af4fc710c701ac01016d3668dd5fba"
 SRCREV_pn-pyefl-sudoku ?= "49"
 SRCREV_pn-pygsm ?= "976477f6b403f422b4ea730f71ebf409f6671141"
 SRCREV_pn-python-coherence ?= "1161"
@@ -216,7 +216,7 @@ SRCREV_pn-remoko ?= "121"
 SRCREV_pn-remoko-server ?= "121"
 SRCREV_pn-s3c24xx-gpio ?= "4949"
 SRCREV_pn-s3c64xx-gpio ?= "4949"
-SRCREV_pn-serial-forward ?= "4907"
+SRCREV_pn-serial-forward ?= "a41cae9df1af4fc710c701ac01016d3668dd5fba"
 SRCREV_pn-settings-daemon ?= "2006"
 SRCREV_pn-sjf2410-linux-native ?= "4268"
 SRCREV_pn-socketcan-modules ?= "917"
diff --git a/recipes/serial-utils/pty-forward-native.bb b/recipes/serial-utils/pty-forward-native.bb
index 54ff591..c613276 100644
--- a/recipes/serial-utils/pty-forward-native.bb
+++ b/recipes/serial-utils/pty-forward-native.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "Receive a forwarded serial from serial-forward and provide a PTY"
 AUTHOR = "Holger 'Zecke' Freyther"
 LICENSE = "GPL"
 SECTION = "console/network"
-PV = "1.0.0+svnr${SRCREV}""
+PV = "1.0.1+gitr${SRCREV}"
 PR = "r0"
 
-SRC_URI = "svn://svn.openmoko.org/developers/zecke/;module=serial_forward;proto=http"
-S = "${WORKDIR}/serial_forward"
+SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git"
+S = "${WORKDIR}/git/tools/serial_forward"
 
 inherit native
 
diff --git a/recipes/serial-utils/serial-forward.bb b/recipes/serial-utils/serial-forward.bb
index c3b879a..f5c1b17 100644
--- a/recipes/serial-utils/serial-forward.bb
+++ b/recipes/serial-utils/serial-forward.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "Forward a serial using TCP/IP"
 AUTHOR = "Holger 'Zecke' Freyther'"
 LICENSE = "GPL"
 SECTION = "console/devel"
-PV = "1.0.0+svnr${SRCREV}"
+PV = "1.0.1+gitr${SRCREV}"
 PR = "r0"
 
-SRC_URI = "svn://svn.openmoko.org/developers/zecke/;module=serial_forward;proto=http"
-S = "${WORKDIR}/serial_forward"
+SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git/;protocol=git"
+S = "${WORKDIR}/git/tools/serial_forward"
 
 do_compile() {
     cd ${S}





More information about the Openembedded-commits mailing list