libcdio-paranoia: 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:
Alexandre Truong 2024-07-19 16:34:58 +02:00 committed by Khem Raj
parent 0f8c61fe2f
commit be1037ad7c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -9,6 +9,9 @@ DEPENDS = "libcdio"
SRC_URI = "${GNU_MIRROR}/libcdio/${BP}.tar.bz2"
SRC_URI[sha256sum] = "33b1cf305ccfbfd03b43936975615000ce538b119989c4bec469577570b60e8a"
UPSTREAM_CHECK_URI = "https://github.com/rocky/libcdio-paranoia/releases"
UPSTREAM_CHECK_REGEX = "release-(?P<pver>\d+(\.\d+)+\+\d+(\.\d+)+)"
inherit autotools pkgconfig
PACKAGES += "${PN}-utils"