mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
iucode-tool: update UPSTREAM_CHECK_URI
Update UPSTREAM_CHECK_URI to check the correct latest stable verison. Before the patch: $ devtool latest-version iucode-tool INFO: Current version: 2.3.1 INFO: Latest version: After the patch: $ devtool latest-version iucode-tool INFO: Current version: 2.3.1 INFO: Latest version: 2.3.1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
This commit is contained in:
parent
af904290f5
commit
76ba934953
|
|
@ -30,4 +30,5 @@ BBCLASSEXTEND = "native"
|
|||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/releases"
|
||||
UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/iucode-tool/-/tags"
|
||||
UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user