[oe-commits] Maxin B. John : ser2net: new package, Serial to network proxy

git at git.openembedded.org git at git.openembedded.org
Mon Nov 18 22:16:52 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: e31bac96c090ab259644319238b5f84615b6737a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e31bac96c090ab259644319238b5f84615b6737a

Author: Maxin B. John <maxin.john at enea.com>
Date:   Mon Aug 26 09:28:10 2013 +0000

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 at enea.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

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..a973b9e
--- /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"



More information about the Openembedded-commits mailing list