[oe][meta-networking][PATCH 16/27] arno-iptables-firewall: add UPSTREAM_CHECK_GITTAGREGEX variable
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Fixes: $ devtool latest-version arno-iptables-firewall ... INFO: Current version: 2.1.2a INFO: Latest version: 2.1.2 INFO: Latest version's commit: 4651194df5f985ebfc989da0a20d62b9baecf314 Signed-off-by: Ankur Tyagi <[email protected]> --- .../arno-iptables-firewall/arno-iptables-firewall_2.1.2a.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2a.bb b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2a.bb index e7c25ef266..bd7f7a992e 100644 --- a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2a.bb +++ b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2a.bb @@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://gpl_license.txt;md5=11c7b65c4a4acb9d5175f7e9bf99c403" SRCREV = "4651194df5f985ebfc989da0a20d62b9baecf314" SRC_URI = "git://github.com/arno-iptables-firewall/aif;branch=master;protocol=https;tag=${PV}" +UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(?:[a-z]))" inherit systemd