aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sigrok/libsigrokdecode_0.5.3.bb
blob: f9c1d1a3a5fdd2889613eff99dbc2bde57cf86f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "libsigrokdecode is a shared library written in C, which provides (streaming) protocol decoding functionality."
HOMEPAGE = "http://sigrok.org/wiki/Main_Page"

LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"

DEPENDS = "glib-2.0 python3"

inherit autotools pkgconfig

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

SRC_URI[md5sum] = "7ba4ed4ef1f06ae96979751e096c2821"
SRC_URI[sha256sum] = "c50814aa6743cd8c4e88c84a0cdd8889d883c3be122289be90c63d7d67883fc0"