From 9043ab7d88211c9012519f434b4a145207f6e0a3 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Wed, 21 Oct 2009 14:30:33 +0000 Subject: serial-utils: fetch updated versions from FSO git and bump sane-srcrevs --- recipes/serial-utils/pty-forward-native.bb | 6 +++--- recipes/serial-utils/serial-forward.bb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes') 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} -- cgit v1.2.3