mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
libgssglue: add UPSTREAM_CHECK_GITTAGREGEX
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>
This commit is contained in:
@@ -26,6 +26,8 @@ SRC_URI = "git://gitlab.com/gsasl/libgssglue.git;protocol=https;branch=master \
|
||||
"
|
||||
SRCREV = "ada76bdaec665f70505f0b3aefe871b873e7c4b6"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "libgssglue-(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
inherit autotools-brokensep ptest
|
||||
|
||||
do_configure:prepend() {
|
||||
|
||||
Reference in New Issue
Block a user