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>
This commit is contained in:
Armin Kuster
2015-04-04 20:42:46 -07:00
committed by Martin Jansa
parent bf6aa3c1eb
commit b070899000
@@ -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