From 274e45f28e23f344d48392e3595361f76f4aa4fc Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Mon, 3 Aug 2026 00:04:35 +1200 Subject: [PATCH] sngrep: upgrade 1.8.3 -> 1.8.4 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 Signed-off-by: Khem Raj --- .../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