summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libserialport/libserialport_0.1.2.bb
blob: 71dc33da900fa77407786aeb14ce67d8efe071eb (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "libserialport is a minimal, cross-platform shared library written in C that is intended to take care of the OS-specific details when writing software that uses serial ports."
HOMEPAGE = "https://sigrok.org/wiki/Libserialport"

LICENSE = "LGPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"

inherit autotools

SRC_URI = "http://sigrok.org/download/source/libserialport/libserialport-${PV}.tar.gz"

SRC_URI[sha256sum] = "5deb92b5ca72c0347b07b786848350deca2dcfd975ce613b8e0e1d947a4b4ca9"