diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-10-21 14:30:33 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-10-21 14:30:33 +0000 |
commit | 9043ab7d88211c9012519f434b4a145207f6e0a3 (patch) | |
tree | 46b85fb4869e132b6c2e6efc0a571ad270b7fe2d | |
parent | eceec52d44d2fa998fba9c6daa65ba3b461cbb7b (diff) |
serial-utils: fetch updated versions from FSO git and bump sane-srcrevs
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 4 | ||||
-rw-r--r-- | recipes/serial-utils/pty-forward-native.bb | 6 | ||||
-rw-r--r-- | 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 e30a3c3e12..1d84e96ce4 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 54ff591928..c613276645 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 c3b879a0ee..f5c1b1721d 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} |