diff options
| author | Yi Zhao <yi.zhao@eng.windriver.com> | 2025-11-21 11:36:26 +0800 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2025-11-21 09:13:47 -0500 |
| commit | a54650c743b7534f60fc6ee1df9b57a8f0150a4d (patch) | |
| tree | cc8778bbac188d3ab1a1e59427f605723fb0a43b | |
| parent | a043f0b8eded3444d6ac520a5fab02b191d43cf0 (diff) | |
| download | meta-security-a54650c743b7534f60fc6ee1df9b57a8f0150a4d.tar.gz | |
libgssglue: add UPSTREAM_CHECK_GITTAGREGEXHEADmaster-nextmaster
Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest stable
verison.
Before the patch:
$ devtool latest-version libgssglue
INFO: Current version: 0.9
INFO: Latest version: 011
INFO: Latest version's commit: af30789052a8cc5f86b5b0c8fd4758c7ba1505ff
After the patch:
$ devtool latest-version libgssglue
INFO: Current version: 0.9
INFO: Latest version: 0.9
INFO: Latest version's commit: ada76bdaec665f70505f0b3aefe871b873e7c4b6
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
| -rw-r--r-- | recipes-security/libgssglue/libgssglue_0.9.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-security/libgssglue/libgssglue_0.9.bb b/recipes-security/libgssglue/libgssglue_0.9.bb index 3bc37cd..0952ed1 100644 --- a/recipes-security/libgssglue/libgssglue_0.9.bb +++ b/recipes-security/libgssglue/libgssglue_0.9.bb | |||
| @@ -26,6 +26,8 @@ SRC_URI = "git://gitlab.com/gsasl/libgssglue.git;protocol=https;branch=master \ | |||
| 26 | " | 26 | " |
| 27 | SRCREV = "ada76bdaec665f70505f0b3aefe871b873e7c4b6" | 27 | SRCREV = "ada76bdaec665f70505f0b3aefe871b873e7c4b6" |
| 28 | 28 | ||
| 29 | UPSTREAM_CHECK_GITTAGREGEX = "libgssglue-(?P<pver>\d+(\.\d+)+)" | ||
| 30 | |||
| 29 | inherit autotools-brokensep ptest | 31 | inherit autotools-brokensep ptest |
| 30 | 32 | ||
| 31 | do_configure:prepend() { | 33 | do_configure:prepend() { |
