diff mbox series

[meta-networking] dropwatch: upgrade 1.5.4 -> 1.5.5

Message ID 20260307142400.4082791-1-skandigraun@gmail.com
State New
Headers show
Series [meta-networking] dropwatch: upgrade 1.5.4 -> 1.5.5 | expand

Commit Message

Gyorgy Sarvari March 7, 2026, 2:24 p.m. UTC
Changes:
- Added abilty to build and run in a docker container
- kas is the default symbol lookup method now
- Fix building without libtool installed
- Misc fixes for kas lookup logic

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../dropwatch/{dropwatch_1.5.4.bb => dropwatch_1.5.5.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/dropwatch/{dropwatch_1.5.4.bb => dropwatch_1.5.5.bb} (89%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb b/meta-networking/recipes-support/dropwatch/dropwatch_1.5.5.bb
similarity index 89%
rename from meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb
rename to meta-networking/recipes-support/dropwatch/dropwatch_1.5.5.bb
index badeed8e82..03eaef24fd 100644
--- a/meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb
+++ b/meta-networking/recipes-support/dropwatch/dropwatch_1.5.5.bb
@@ -8,10 +8,10 @@  SECTION = "net/misc"
 LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
 
-SRC_URI = "git://github.com/nhorman/dropwatch.git;protocol=https;nobranch=1 \
+SRC_URI = "git://github.com/nhorman/dropwatch.git;protocol=https;branch=master;tag=v${PV} \
 		  file://0001-fix-bug-build-with-sysroot-head-file-instead-of-loca.patch \
 "
-SRCREV = "1e7e487a019a7c02f1f429c4d3a4647fa3787a13"
+SRCREV = "10ec0adb9758b86a647b2972932aaa98a7d002a5"
 
 
 DEPENDS = "binutils libnl libpcap readline"