summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/dropwatch/dropwatch_1.5.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/dropwatch/dropwatch_1.5.5.bb')
-rw-r--r--meta-networking/recipes-support/dropwatch/dropwatch_1.5.5.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/dropwatch/dropwatch_1.5.5.bb b/meta-networking/recipes-support/dropwatch/dropwatch_1.5.5.bb
new file mode 100644
index 0000000000..03eaef24fd
--- /dev/null
+++ b/meta-networking/recipes-support/dropwatch/dropwatch_1.5.5.bb
@@ -0,0 +1,19 @@
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;branch=master;tag=v${PV} \
12 file://0001-fix-bug-build-with-sysroot-head-file-instead-of-loca.patch \
13"
14SRCREV = "10ec0adb9758b86a647b2972932aaa98a7d002a5"
15
16
17DEPENDS = "binutils libnl libpcap readline"
18
19inherit pkgconfig autotools