aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/librs232/librs232_1.0.2.bb
blob: 4f01f145fe23b05e1d13dd33a51cca51f8e9e673 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "librs232 - library for serial communications over RS-232 (serial port)"
HOMEPAGE = "http://github.com/ynezz/librs232"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=814bfb5f5c804f9554bf9c8f5b09fb83"

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

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

inherit autotools