libsigrokdecode_0.5.3.bb 592 B

123456789101112131415
  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. LICENSE = "GPLv3"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
  5. DEPENDS = "glib-2.0 python3"
  6. inherit autotools pkgconfig
  7. SRC_URI = "http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-${PV}.tar.gz \
  8. file://python39.patch"
  9. SRC_URI[md5sum] = "7ba4ed4ef1f06ae96979751e096c2821"
  10. SRC_URI[sha256sum] = "c50814aa6743cd8c4e88c84a0cdd8889d883c3be122289be90c63d7d67883fc0"