mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
jansson: modify existing UPSTREAM_CHECK_REGEX
Fix the UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources by changing existing UPSTREAM_CHECK_REGEX. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
This commit is contained in:
committed by
Khem Raj
parent
2f8e2c8a45
commit
c345f2e12a
@@ -11,7 +11,7 @@ SRC_URI = "https://github.com/akheron/${BPN}/releases/download/v${PV}/${BP}.tar.
|
|||||||
SRC_URI[sha256sum] = "fba956f27c6ae56ce6dfd52fbf9d20254aad42821f74fa52f83957625294afb9"
|
SRC_URI[sha256sum] = "fba956f27c6ae56ce6dfd52fbf9d20254aad42821f74fa52f83957625294afb9"
|
||||||
|
|
||||||
UPSTREAM_CHECK_URI = "https://github.com/akheron/${BPN}/releases"
|
UPSTREAM_CHECK_URI = "https://github.com/akheron/${BPN}/releases"
|
||||||
UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)\.tar"
|
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user