Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | DESCRIPTION = "libsigrokdecode is a shared library written in C, which provides (streaming) protocol decoding functionality." |
| 2 | HOMEPAGE = "http://sigrok.org/wiki/Main_Page" |
| 3 | |
| 4 | LICENSE = "GPLv3" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 6 | |
| 7 | DEPENDS = "glib-2.0 python3" |
| 8 | |
| 9 | inherit autotools pkgconfig |
| 10 | |
| 11 | SRC_URI = "http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-${PV}.tar.gz" |
| 12 | |
| 13 | SRC_URI[md5sum] = "b9033bc7e68bc17fffffd4fdd793f5a1" |
| 14 | SRC_URI[sha256sum] = "e08d9e797c54eccf3144da631b6e5f1498ac531e51520428df537a1da82583f0" |