mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-04 05:04:39 +02:00
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
407 B
BlitzBasic
13 lines
407 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;protocol=https"
|
|
S = "${WORKDIR}/git/tools/serial_forward"
|
|
|
|
inherit autotools
|