mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
keepalived: add UPSTREAM_CHECK variables
Fixes: $ devtool latest-version keepalived ... INFO: Current version: 2.4.3 INFO: Latest version: Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -14,7 +14,9 @@ SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz \
|
||||
file://0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "a0faef8e401c143487b131b526df7541c1e33d9b8814642fa9dfe8bb250a9632"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/acassen/keepalived/releases"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/acassen/keepalived/tags"
|
||||
UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
DEPENDS = "libnfnetlink openssl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user