jansson_2.13.1.bb 542 B

1234567891011121314
  1. SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data"
  2. HOMEPAGE = "http://www.digip.org/jansson/"
  3. BUGTRACKER = "https://github.com/akheron/jansson/issues"
  4. LICENSE = "MIT"
  5. LIC_FILES_CHKSUM = "file://LICENSE;md5=afd92c4cfc08f4896003251b878cc0bf"
  6. SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz"
  7. SRC_URI[md5sum] = "570af45b8203e95876d71fecd56cee20"
  8. SRC_URI[sha256sum] = "f4f377da17b10201a60c1108613e78ee15df6b12016b116b6de42209f47a474f"
  9. inherit autotools pkgconfig
  10. BBCLASSEXTEND = "native"