From b070899000162e7f4baf75e2427216b39c641a12 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 4 Apr 2015 20:42:46 -0700 Subject: 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 --- 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 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 -- cgit v1.2.3-54-g00ecf