[oe][meta-networking][PATCH 11/27] restinio: add UPSTREAM_CHECK variables
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Fixes: $ devtool latest-version restinio ... INFO: Current version: 0.7.9.1 INFO: Latest version: Signed-off-by: Ankur Tyagi <[email protected]> --- .../recipes-connectivity/restinio/restinio_0.7.9.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-connectivity/restinio/restinio_0.7.9.1.bb b/meta-networking/recipes-connectivity/restinio/restinio_0.7.9.1.bb index 193e9de81a..ea44be5169 100644 --- a/meta-networking/recipes-connectivity/restinio/restinio_0.7.9.1.bb +++ b/meta-networking/recipes-connectivity/restinio/restinio_0.7.9.1.bb @@ -11,6 +11,9 @@ DEPENDS = "asio fmt llhttp expected-lite" SRC_URI = "https://github.com/Stiffstream/restinio/releases/download/v${PV}/${BP}.tar.bz2" SRC_URI[sha256sum] = "4a0429e2ea4ece200228226f0c628ecf9ac111cb6a6b12ad857de84c0576bf80" +UPSTREAM_CHECK_URI = "https://github.com/Stiffstream/restinio/tags" +UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)" + S = "${UNPACKDIR}/${BP}/dev" inherit cmake