mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user