summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <christophe.vu-brugier@seagate.com>2024-01-22 18:53:30 +0100
committerKhem Raj <raj.khem@gmail.com>2024-01-22 11:20:49 -0800
commit271e77507324de345a9098696aa32400bf70638d (patch)
tree1741cf792639e606c771d5fb185251a6bda96e07
parentd25486ee191af86ee127142f11d93ca0cee27fc2 (diff)
downloadmeta-openembedded-271e77507324de345a9098696aa32400bf70638d.tar.gz
dropwatch: add new recipe
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. References: * https://github.com/nhorman/dropwatch Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb b/meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb
new file mode 100644
index 0000000000..e3dbac4a26
--- /dev/null
+++ b/meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb
@@ -0,0 +1,18 @@
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"
12SRCREV = "1e7e487a019a7c02f1f429c4d3a4647fa3787a13"
13
14S = "${WORKDIR}/git"
15
16DEPENDS = "binutils libnl libpcap readline"
17
18inherit pkgconfig autotools