summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-connectivity/ser2net/ser2net_4.1.5.bb
blob: 0df134eca6683abae344aeb4e325a7b60113ad26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "A serial to network proxy"
SECTION = "console/network"
HOMEPAGE = "http://sourceforge.net/projects/ser2net/"

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f"

DEPENDS = "gensio libyaml"

SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"

SRC_URI[md5sum] = "52c5e56d2d54ced0cdeb764a7e8fec92"
SRC_URI[sha256sum] = "df904d271eb161c265c956f0cb938dd0a375dda4a919a344f73b08bc50b9f308"

inherit autotools pkgconfig

BBCLASSEXTEND = "native nativesdk"