diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2024-09-28 17:33:51 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-28 09:02:23 -0700 |
| commit | b4b8251b71be76c6630d5e7fc21a4d0fb1f21b9b (patch) | |
| tree | cd1e3042bc476903b020e2d9b448dff34712211a | |
| parent | 5de95a5b7af6da3784498398181d156b948f049f (diff) | |
| download | meta-openembedded-b4b8251b71be76c6630d5e7fc21a4d0fb1f21b9b.tar.gz | |
ipmtool: add UPSTREAM_CHECK_GITTAGREGEX
Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest stable
verison.
Before the patch:
$ devtool latest-version ipmitool
INFO: Current version: 1.8.19
INFO: Latest version: 10.
INFO: Latest version's commit: 990f9672c9581ab5fcb6bfed98f5da12edd29411
After the patch:
$ devtool latest-version ipmitool
INFO: Current version: 1.8.19
INFO: Latest version: 1.8.19
INFO: Latest version's commit: 19d78782d795d0cf4ceefe655f616210c9143e62
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb b/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb index dcd3edaf34..f53150cfa4 100644 --- a/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb +++ b/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb | |||
| @@ -26,6 +26,9 @@ SRC_URI = "git://codeberg.org/ipmitool/ipmitool;protocol=https;branch=master \ | |||
| 26 | ${IANA_ENTERPRISE_NUMBERS} \ | 26 | ${IANA_ENTERPRISE_NUMBERS} \ |
| 27 | file://0001-csv-revision-Drop-the-git-revision-info.patch \ | 27 | file://0001-csv-revision-Drop-the-git-revision-info.patch \ |
| 28 | " | 28 | " |
| 29 | |||
| 30 | UPSTREAM_CHECK_GITTAGREGEX = "IPMITOOL_(?P<pver>\d+(_\d+)+)" | ||
| 31 | |||
| 29 | IANA_ENTERPRISE_NUMBERS ?= "" | 32 | IANA_ENTERPRISE_NUMBERS ?= "" |
| 30 | 33 | ||
| 31 | # Add these via bbappend if this database is needed by the system | 34 | # Add these via bbappend if this database is needed by the system |
