[oe] [meta-oe] [PATCH] ser2net: new package, Serial to network proxy

maxin.john at enea.com maxin.john at enea.com
Mon Aug 26 09:28:10 UTC 2013


From: "Maxin B. John" <maxin.john at enea.com>

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 at enea.com>
---
 meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb

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 0000000..e83b530
--- /dev/null
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "A serial to network proxy"
+SECTION = "console/network"
+HOMEPAGE = "http://sourceforge.net/projects/ser2net/"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://INSTALL;md5=0659eb117294c490ae3853facd7a6ddd"
+
+PR = "r0"
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "80011ac0e60bbdcb65f1d7a86251e3f3"
+SRC_URI[sha256sum] = "fdee1e69903cf409bdc6f32403a566cbc6006aa9e2a4d6f8f12b90dfd5ca0d0e"
+
+inherit autotools pkgconfig
+
+BBCLASSEXTEND += "native"
-- 
1.7.10.4




More information about the Openembedded-devel mailing list