mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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:
parent
0f8c61fe2f
commit
be1037ad7c
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user