mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
191499a2b5
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
382 B
BlitzBasic
13 lines
382 B
BlitzBasic
DESCRIPTION = "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
|