mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 02:46:46 +00:00
libsmi: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
This commit is contained in:
parent
2820fda003
commit
8dfb10d636
@ -14,6 +14,9 @@ SRC_URI = "https://www.ibr.cs.tu-bs.de/projects/${BPN}/download/${BP}.tar.gz \
|
||||
SRC_URI[md5sum] = "4bf47483c06c9f07d1b10fbc74eddf11"
|
||||
SRC_URI[sha256sum] = "f21accdadb1bb328ea3f8a13fc34d715baac6e2db66065898346322c725754d3"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://repology.org/project/libsmi/information"
|
||||
UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
DEPENDS += "bison-native flex-native wget-native gawk-native"
|
||||
|
||||
inherit autotools-brokensep update-alternatives
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user