meta-openembedded/meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb
Alexander Kanavin fc78d37ff0
meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-25 06:44:52 -07:00

20 lines
752 B
BlitzBasic

SUMMARY = "Dropwatch is a utility to diagnose where packets are getting dropped"
DESCRIPTION = "\
Dropwatch is a utility to help developers and system administrators to \
diagnose problems in the Linux Networking stack, specifically their \
ability to diagnose where packets are getting dropped."
HOMEPAGE = "https://github.com/nhorman/${BPN}"
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 \
file://0001-fix-bug-build-with-sysroot-head-file-instead-of-loca.patch \
"
SRCREV = "1e7e487a019a7c02f1f429c4d3a4647fa3787a13"
DEPENDS = "binutils libnl libpcap readline"
inherit pkgconfig autotools