[oe] [meta-oe][PATCH 3/4] serial-forward, pty-forward-native: remove extra slash and '.git' from SRC_URI

Martin Jansa martin.jansa at gmail.com
Thu Sep 1 15:50:55 UTC 2011


* 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 at gmail.com>
---
 .../serial-utils/pty-forward-native.bb             |    2 +-
 .../serial-utils/serial-forward_git.bb             |    2 +-
 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 72dfa22..6bf1d85 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 0e4ec44..cf66556 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
-- 
1.7.6.1





More information about the Openembedded-devel mailing list