aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/librs232/librs232_1.0.0.bb
blob: f9114e715f7417448c78ddc68f473bc4312da7e3 (plain)
1
2
3
4
5
6
7
8
9
10
DESCRIPTION = "librs232 - library for serial communications over RS-232 (serial port)"
HOMEPAGE = "http://github.com/ynezz/librs232"
LICENSE = "MIT"

SRC_URI = "git://github.com/ynezz/librs232.git;protocol=git"

SRCREV = "ecad1e03104bc9bf348e0c5e571660f270c86421"
S = "${WORKDIR}/git/"

inherit autotools