Upgrade jansson to 2.14
This commit is contained in:
parent
a6da44d9b1
commit
fa1e0d840e
|
@ -0,0 +1,15 @@
|
|||
SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data"
|
||||
HOMEPAGE = "http://www.digip.org/jansson/"
|
||||
BUGTRACKER = "https://github.com/akheron/jansson/issues"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=afd92c4cfc08f4896003251b878cc0bf"
|
||||
|
||||
SRC_URI = "https://github.com/akheron/${BPN}/releases/download/v${PV}/${BP}.tar.bz2"
|
||||
SRC_URI[sha256sum] = "fba956f27c6ae56ce6dfd52fbf9d20254aad42821f74fa52f83957625294afb9"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/akheron/${BPN}/releases"
|
||||
UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)\.tar"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
BBCLASSEXTEND = "native"
|
Loading…
Reference in New Issue