aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libserial/libserial_0.5.2.bb
blob: ee7872b300e70cefd68d888402151c7033e9ea9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "C++ library for serial port support."
SECTION = "libs"
LICENSE = "GPL"
HOMEPAGE = "http://libserial.sourceforge.net/mediawiki/index.php/Main_Page"

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

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}