mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-21 16:40:41 +00:00
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>
13 lines
392 B
BlitzBasic
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
|