diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-07 15:24:00 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:14 -0700 |
| commit | 40ceaf426d56f223838a4b04d75b96fed9fb0355 (patch) | |
| tree | 1eae00d290f9a0f6c83611d22802f52d670b6b06 | |
| parent | 69f1a41a94cec734a79efce8a6607b6d73aa7396 (diff) | |
| download | meta-openembedded-40ceaf426d56f223838a4b04d75b96fed9fb0355.tar.gz | |
dropwatch: upgrade 1.5.4 -> 1.5.5
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/dropwatch/dropwatch_1.5.5.bb (renamed from meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb b/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" | |||
| 8 | LICENSE = "GPL-2.0-or-later" | 8 | LICENSE = "GPL-2.0-or-later" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/nhorman/dropwatch.git;protocol=https;nobranch=1 \ | 11 | SRC_URI = "git://github.com/nhorman/dropwatch.git;protocol=https;branch=master;tag=v${PV} \ |
| 12 | file://0001-fix-bug-build-with-sysroot-head-file-instead-of-loca.patch \ | 12 | file://0001-fix-bug-build-with-sysroot-head-file-instead-of-loca.patch \ |
| 13 | " | 13 | " |
| 14 | SRCREV = "1e7e487a019a7c02f1f429c4d3a4647fa3787a13" | 14 | SRCREV = "10ec0adb9758b86a647b2972932aaa98a7d002a5" |
| 15 | 15 | ||
| 16 | 16 | ||
| 17 | DEPENDS = "binutils libnl libpcap readline" | 17 | DEPENDS = "binutils libnl libpcap readline" |
