diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2025-11-28 11:38:37 +0800 |
|---|---|---|
| committer | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-01-01 12:58:23 +0530 |
| commit | 76ba9349533821a3a3526d4e8a19be8589f5cefb (patch) | |
| tree | 473543aa19c809bd61c911bafd02ae588e2c402a | |
| parent | af904290f574ee9b1f62aade9f55dacdd9fb6cdb (diff) | |
| download | meta-intel-master.tar.gz | |
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.bb | 3 |
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 | ||
| 31 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | 31 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" |
| 32 | 32 | ||
| 33 | UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/releases" | 33 | UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/iucode-tool/-/tags" |
| 34 | UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)" | ||
