diff options
| author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-05 20:05:25 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-03-06 17:23:54 -0800 |
| commit | 17250785719c89616c8fa6f4200892973e0fdefc (patch) | |
| tree | 1af2ec5098a9942390150dce4c46c81fa8d107fe | |
| parent | ee15c67c5834cba021cca53fca34ac8ba980759c (diff) | |
| download | meta-openembedded-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>
| -rw-r--r-- | meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb | 2 |
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" | |||
| 15 | SRC_URI = "git://github.com/jech/babeld.git;protocol=git" | 15 | SRC_URI = "git://github.com/jech/babeld.git;protocol=git" |
| 16 | SRCREV = "0835d5d894ea016ab7b81562466cade2c51a12d4" | 16 | SRCREV = "0835d5d894ea016ab7b81562466cade2c51a12d4" |
| 17 | 17 | ||
| 18 | UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)" | ||
| 19 | |||
| 18 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 19 | 21 | ||
| 20 | do_compile () { | 22 | do_compile () { |
