[oe-commits] Armin Kuster : serial-forward: fix fetch error

git at git.openembedded.org git at git.openembedded.org
Tue Aug 18 10:44:16 UTC 2015


Module: meta-openembedded.git
Branch: fido-next
Commit: 395838d3f0a57e9af912a2b92ab880b655ec07cd
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=395838d3f0a57e9af912a2b92ab880b655ec07cd

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Sat Apr  4 20:42:46 2015 -0700

serial-forward: fix fetch error

removed protcol parameter.

WARNING: Failed to fetch URL git://github.com/freesmartphone/cornucopia.git;protocol=https, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '/home/akuster/oss/downloads/git2/github.com.freesmartphone.cornucopia.git'...
fatal: Unable to find remote helper for 'https'

Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 meta-oe/recipes-support/serial-utils/serial-forward_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ad1e1ed..6494de9 100644
--- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
+++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
@@ -6,7 +6,7 @@ SECTION = "console/devel"
 SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
 PV = "1.1+gitr${SRCPV}"
 
-SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https"
+SRC_URI = "git://github.com/freesmartphone/cornucopia.git"
 S = "${WORKDIR}/git/tools/serial_forward"
 
 inherit autotools



More information about the Openembedded-commits mailing list