[oe][meta-networking][PATCH 14/27] keepalived: add UPSTREAM_CHECK variables
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Fixes: $ devtool latest-version keepalived ... INFO: Current version: 2.4.3 INFO: Latest version: Signed-off-by: Ankur Tyagi <[email protected]> --- .../recipes-daemons/keepalived/keepalived_2.4.3.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/keepalived/keepalived_2.4.3.bb b/meta-networking/recipes-daemons/keepalived/keepalived_2.4.3.bb index 2d9802eba6..07ddcc392f 100644 --- a/meta-networking/recipes-daemons/keepalived/keepalived_2.4.3.bb +++ b/meta-networking/recipes-daemons/keepalived/keepalived_2.4.3.bb @@ -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"