mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
jansson: Upgrade 2.13.1 -> 2.14
Releases have moved to github in 2.14. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alex Kiernan <alexk@zuma.ai> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
689e8422b8
commit
c1705a1ded
|
|
@ -4,10 +4,11 @@ BUGTRACKER = "https://github.com/akheron/jansson/issues"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=afd92c4cfc08f4896003251b878cc0bf"
|
||||
|
||||
SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz"
|
||||
SRC_URI = "https://github.com/akheron/${BPN}/releases/download/v${PV}/${BP}.tar.bz2"
|
||||
SRC_URI[sha256sum] = "fba956f27c6ae56ce6dfd52fbf9d20254aad42821f74fa52f83957625294afb9"
|
||||
|
||||
SRC_URI[md5sum] = "570af45b8203e95876d71fecd56cee20"
|
||||
SRC_URI[sha256sum] = "f4f377da17b10201a60c1108613e78ee15df6b12016b116b6de42209f47a474f"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/akheron/${BPN}/releases"
|
||||
UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)\.tar"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Loading…
Reference in New Issue
Block a user