summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-11-28 11:38:37 +0800
committerYogesh Tyagi <yogesh.tyagi@intel.com>2026-01-01 12:58:23 +0530
commit76ba9349533821a3a3526d4e8a19be8589f5cefb (patch)
tree473543aa19c809bd61c911bafd02ae588e2c402a
parentaf904290f574ee9b1f62aade9f55dacdd9fb6cdb (diff)
downloadmeta-intel-master.tar.gz
iucode-tool: update UPSTREAM_CHECK_URIHEADmaster
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>
-rw-r--r--recipes-core/microcode/iucode-tool_2.3.1.bb3
1 files changed, 2 insertions, 1 deletions
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"
30 30
31COMPATIBLE_HOST = "(i.86|x86_64).*-linux" 31COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
32 32
33UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/releases" 33UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/iucode-tool/-/tags"
34UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)"