From 933628c0f63299e37d8601df5e789b0a9135220a Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Tue, 18 Aug 2026 17:01:11 +1200 Subject: [PATCH] arno-iptables-firewall: add UPSTREAM_CHECK_GITTAGREGEX variable 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 Signed-off-by: Khem Raj --- .../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\d+(\.\d+)+(?:[a-z]))" inherit systemd