1SUMMARY = "Dropwatch is a utility to diagnose where packets are getting dropped"
2DESCRIPTION = "\
3Dropwatch is a utility to help developers and system administrators to \
4diagnose problems in the Linux Networking stack, specifically their \
5ability to diagnose where packets are getting dropped."
6HOMEPAGE = "https://github.com/nhorman/${BPN}"
7SECTION = "net/misc"
8LICENSE = "GPL-2.0-or-later"
9LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
10
11SRC_URI = "git://github.com/nhorman/dropwatch.git;protocol=https;nobranch=1 \
12		  file://0001-fix-bug-build-with-sysroot-head-file-instead-of-loca.patch \
13"
14SRCREV = "1e7e487a019a7c02f1f429c4d3a4647fa3787a13"
15
16S = "${WORKDIR}/git"
17
18DEPENDS = "binutils libnl libpcap readline"
19
20inherit pkgconfig autotools
21