diff options
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.bb | 19 |
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 @@ | |||
| 1 | SUMMARY = "Dropwatch is a utility to diagnose where packets are getting dropped" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | Dropwatch is a utility to help developers and system administrators to \ | ||
| 4 | diagnose problems in the Linux Networking stack, specifically their \ | ||
| 5 | ability to diagnose where packets are getting dropped." | ||
| 6 | HOMEPAGE = "https://github.com/nhorman/${BPN}" | ||
| 7 | SECTION = "net/misc" | ||
| 8 | LICENSE = "GPL-2.0-or-later" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | ||
| 10 | |||
| 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 \ | ||
| 13 | " | ||
| 14 | SRCREV = "10ec0adb9758b86a647b2972932aaa98a7d002a5" | ||
| 15 | |||
| 16 | |||
| 17 | DEPENDS = "binutils libnl libpcap readline" | ||
| 18 | |||
| 19 | inherit pkgconfig autotools | ||
