[oe][meta-networking][master-next][PATCH 4/11] sngrep: upgrade 1.8.3 -> 1.8.4

[email protected] Mon, 3 Aug 2026 00:04:35 +1200
Newsgroups org.openembedded.lists.openembedded-devel
Message-ID <[email protected]>
From: Ankur Tyagi <[email protected]>

Included tag in the SRC_URI and dropped explicitly setting PV in the recipe

Changelog:
https://github.com/irontec/sngrep/blob/v1.8.4/ChangeLog

Signed-off-by: Ankur Tyagi <[email protected]>
---
 .../sngrep/{sngrep_1.8.3.bb => sngrep_1.8.4.bb}             | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta-networking/recipes-support/sngrep/{sngrep_1.8.3.bb => sngrep_1.8.4.bb} (93%)

diff --git a/meta-networking/recipes-support/sngrep/sngrep_1.8.3.bb b/meta-networking/recipes-support/sngrep/sngrep_1.8.4.bb
similarity index 93%
rename from meta-networking/recipes-support/sngrep/sngrep_1.8.3.bb
rename to meta-networking/recipes-support/sngrep/sngrep_1.8.4.bb
index 2ad532de9f..5bb30da6db 100644
--- a/meta-networking/recipes-support/sngrep/sngrep_1.8.3.bb
+++ b/meta-networking/recipes-support/sngrep/sngrep_1.8.4.bb
@@ -15,10 +15,8 @@ DEPENDS = "\
     ncurses \
 "
 
-SRC_URI = "git://github.com/irontec/sngrep.git;protocol=https;branch=master"
-SRCREV = "c77bd75a52d1aac96ae9d1603f2b7dfbe7e90ffd"
-PV .= "+git"
-
+SRC_URI = "git://github.com/irontec/sngrep.git;protocol=https;branch=master;tag=v${PV}"
+SRCREV = "9c370866afaf5ccb258bf03848b2d22f30cf61bd"
 
 inherit cmake pkgconfig