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 <[email protected]> --- recipes-core/microcode/iucode-tool_2.3.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/microcode/iucode-tool_2.3.1.bb b/recipes-core/microcode/iucode-tool_2.3.1.bb index 19417b7c..66595f22 100644 --- a/recipes-core/microcode/iucode-tool_2.3.1.bb +++ b/recipes-core/microcode/iucode-tool_2.3.1.bb @@ -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+)+)" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8659): https://lists.yoctoproject.org/g/meta-intel/message/8659 Mute This Topic: https://lists.yoctoproject.org/mt/116509207/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
