mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-20 04:17:21 +00:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
378 B
BlitzBasic
13 lines
378 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 = "${FREESMARTPHONE_GIT}/cornucopia"
|
|
S = "${WORKDIR}/git/tools/serial_forward"
|
|
|
|
inherit autotools
|