blob: d78d2770c6fd7ce26d36b35622fc1f76d7ad5685 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001DESCRIPTION = "libsigrokdecode is a shared library written in C, which provides (streaming) protocol decoding functionality."
2HOMEPAGE = "http://sigrok.org/wiki/Main_Page"
3
4LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6
7DEPENDS = "glib-2.0 python3"
8
9inherit autotools pkgconfig
10
Andrew Geissler4b7c1152020-11-30 19:55:29 -060011SRC_URI = "http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-${PV}.tar.gz \
12 file://python39.patch"
Brad Bishop19323692019-04-05 15:28:33 -040013
Brad Bishope42b3e32020-01-15 22:08:42 -050014SRC_URI[md5sum] = "7ba4ed4ef1f06ae96979751e096c2821"
15SRC_URI[sha256sum] = "c50814aa6743cd8c4e88c84a0cdd8889d883c3be122289be90c63d7d67883fc0"