aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2013-08-26 09:28:10 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-18 23:17:27 +0100
commite31bac96c090ab259644319238b5f84615b6737a (patch)
tree30fb628e2566c4cbc4bb5b899f2ac6d308cf3c5d /meta-oe/recipes-connectivity
parent74d557ab8c3ab89b3316d9e5b6599b3831d6f745 (diff)
downloadmeta-openembedded-e31bac96c090ab259644319238b5f84615b6737a.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb b/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
new file mode 100644
index 0000000000..a973b9e0b0
--- /dev/null
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
@@ -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"