aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-08-26 11:02:55 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-09-01 19:21:11 +0200
commit506d990f7215217e6d36af4788cd5d08fb54332e (patch)
tree17cfc18468b6940b4e4590eb11427368b5bc2d4b
parentf1507be3a0bd667351b4f3be966362e3b59ce990 (diff)
downloadmeta-openembedded-contrib-506d990f7215217e6d36af4788cd5d08fb54332e.tar.gz
serial-forward, pty-forward-native: remove extra slash and '.git' from SRC_URI
* causing multiple files and checkouts in downloads directory for same revision 4,3M downloads/git2/git.freesmartphone.org.cornucopia 4,3M downloads/git2/git.freesmartphone.org.cornucopia.git 4,3M downloads/git2/git.freesmartphone.org.cornucopia.git. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/serial-utils/pty-forward-native.bb2
-rw-r--r--meta-oe/recipes-support/serial-utils/serial-forward_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
index 72dfa2220d..6bf1d85a8d 100644
--- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
+++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
@@ -7,7 +7,7 @@ SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
PV = "1.1+gitr${SRCPV}"
PR = "r0"
-SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git"
+SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git"
S = "${WORKDIR}/git/tools/serial_forward"
inherit autotools native
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
index 0e4ec44dbb..cf66556af0 100644
--- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
+++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
@@ -7,7 +7,7 @@ SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
PV = "1.1+gitr${SRCPV}"
PR = "r0"
-SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git/;protocol=git"
+SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git"
S = "${WORKDIR}/git/tools/serial_forward"
inherit autotools