Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version. Before the patch: $ devtool latest-version crmsh INFO: Current version: 4.3.1 INFO: Latest version: 12 INFO: Latest version's commit: 3308c27651a3657a019d7dc313435060f68454c5
After the patch: $ devtool latest-version crmsh INFO: Current version: 4.3.1 INFO: Latest version: 4.3.1 INFO: Latest version's commit: 00ec69054edecd068deda54c6184c0385d90ebd2 Signed-off-by: Yi Zhao <[email protected]> --- meta-cgl-common/recipes-cgl/crmsh/crmsh_4.3.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-cgl-common/recipes-cgl/crmsh/crmsh_4.3.1.bb b/meta-cgl-common/recipes-cgl/crmsh/crmsh_4.3.1.bb index 0b6ecd3..531a053 100644 --- a/meta-cgl-common/recipes-cgl/crmsh/crmsh_4.3.1.bb +++ b/meta-cgl-common/recipes-cgl/crmsh/crmsh_4.3.1.bb @@ -20,6 +20,8 @@ SRC_URI = "git://github.com/ClusterLabs/${BPN}.git \ SRCREV = "00ec69054edecd068deda54c6184c0385d90ebd2" +UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$" + inherit autotools-brokensep setuptools3 export HOST_SYS -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#55162): https://lists.yoctoproject.org/g/yocto/message/55162 Mute This Topic: https://lists.yoctoproject.org/mt/86597750/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
