mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 lines
392 B
BlitzBasic
14 lines
392 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}"
|
|
PR = "r0"
|
|
|
|
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
|
|
S = "${WORKDIR}/git/tools/serial_forward"
|
|
|
|
inherit autotools
|