aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-04 20:42:46 -0700
committerArmin Kuster <akuster808@gmail.com>2015-08-03 09:06:58 -0700
commit395838d3f0a57e9af912a2b92ab880b655ec07cd (patch)
tree5d233105a6d9c754413888c0be8ffb447ada30dc /meta-oe/recipes-support
parent5fc717746b50e7d943da9a1fef03688367b4c76d (diff)
downloadmeta-openembedded-395838d3f0a57e9af912a2b92ab880b655ec07cd.tar.gz
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@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/serial-utils/serial-forward_git.bb2
1 files changed, 1 insertions, 1 deletions
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 ad1e1eddcd..6494de9d38 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