aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-04 20:42:46 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-11 10:30:33 +0200
commitb070899000162e7f4baf75e2427216b39c641a12 (patch)
tree7f59c0a04e2333893beb7d7a42b90a9f2de706ff
parentbf6aa3c1eb1224caf593994d859bbb2fbb735d6c (diff)
downloadmeta-openembedded-contrib-b070899000162e7f4baf75e2427216b39c641a12.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>
-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