mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
ser2net: new package, Serial to network proxy
The ser2net daemon allows telnet and tcp sessions to be established with a unit's serial ports. Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
74d557ab8c
commit
e31bac96c0
@@ -0,0 +1,15 @@
|
||||
DESCRIPTION = "A serial to network proxy"
|
||||
SECTION = "console/network"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/ser2net/"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://INSTALL;md5=0659eb117294c490ae3853facd7a6ddd"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "80011ac0e60bbdcb65f1d7a86251e3f3"
|
||||
SRC_URI[sha256sum] = "fdee1e69903cf409bdc6f32403a566cbc6006aa9e2a4d6f8f12b90dfd5ca0d0e"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
BBCLASSEXTEND += "native nativesdk"
|
||||
Reference in New Issue
Block a user