blob: ed8aab0162a041047c6a921c770d601d1eee49e0 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "A serial to network proxy"
2SECTION = "console/network"
3HOMEPAGE = "http://sourceforge.net/projects/ser2net/"
4
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f"
7
8SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "569267b37b8f507d8874f28f5334b5d2"
11SRC_URI[sha256sum] = "02f5dd0abbef5a17b80836b0de1ef0588e257106fb5e269b86822bfd001dc862"
12
13inherit autotools pkgconfig
14
15BBCLASSEXTEND = "native nativesdk"