Files
meta-openembedded/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
Armin Kuster b070899000 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>
2015-05-11 10:30:33 +02:00

13 lines
392 B
BlitzBasic

SUMMARY = "Forward a serial using TCP/IP"
AUTHOR = "Holger 'Zecke' Freyther'"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
SECTION = "console/devel"
SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
PV = "1.1+gitr${SRCPV}"
SRC_URI = "git://github.com/freesmartphone/cornucopia.git"
S = "${WORKDIR}/git/tools/serial_forward"
inherit autotools