summaryrefslogtreecommitdiff
path: root/recipes/serial-utils
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-10-22 19:16:57 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2009-10-22 19:16:57 +0200
commit328eab49db19349da207a964a276f602c246ed1c (patch)
treef6e11b51e3914bd1493a7612ef6e574b12475a88 /recipes/serial-utils
parent8bd6b6a8d125b2b256038b0be0fb06660657d379 (diff)
parent5f88338d6abc562f6e034186e7c6897f22ec7ba1 (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/serial-utils')
-rw-r--r--recipes/serial-utils/pty-forward-native.bb6
-rw-r--r--recipes/serial-utils/serial-forward.bb6
2 files changed, 6 insertions, 6 deletions
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}