serial-utils: fetch updated versions from FSO git and bump sane-srcrevs
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 21 Oct 2009 14:30:33 +0000 (14:30 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 21 Oct 2009 14:30:33 +0000 (14:30 +0000)
conf/distro/include/sane-srcrevs.inc
recipes/serial-utils/pty-forward-native.bb
recipes/serial-utils/serial-forward.bb

index e30a3c3..1d84e96 100644 (file)
@@ -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"
index 54ff591..c613276 100644 (file)
@@ -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
 
index c3b879a..f5c1b17 100644 (file)
@@ -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}