aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-03-05 20:05:25 +0000
committerKhem Raj <raj.khem@gmail.com>2020-03-06 17:23:54 -0800
commit17250785719c89616c8fa6f4200892973e0fdefc (patch)
tree1af2ec5098a9942390150dce4c46c81fa8d107fe /meta-networking/recipes-protocols
parentee15c67c5834cba021cca53fca34ac8ba980759c (diff)
downloadmeta-openembedded-contrib-17250785719c89616c8fa6f4200892973e0fdefc.tar.gz
babeld: add UPSTREAM_CHECK_GITTAGREGEX
Fixes: INFO: babeld, 1.9.1, 20110804, None, 794863e90f81ee38b9dddd72dfabcba634b2fc07 After this commit: INFO: Skip package babeld (status = MATCH, current version = 1.9.1, next version = 1.9.1) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r--meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb b/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb
index 27e7b43079..6dd15ad9fc 100644
--- a/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb
+++ b/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb
@@ -15,6 +15,8 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754"
SRC_URI = "git://github.com/jech/babeld.git;protocol=git"
SRCREV = "0835d5d894ea016ab7b81562466cade2c51a12d4"
+UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)"
+
S = "${WORKDIR}/git"
do_compile () {