aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
blob: a973b9e0b06596af8e17848dc4f570036b74cbe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"