summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/mtr/mtr_0.86.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/mtr/mtr_0.86.bb')
-rw-r--r--meta-networking/recipes-support/mtr/mtr_0.86.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-networking/recipes-support/mtr/mtr_0.86.bb b/meta-networking/recipes-support/mtr/mtr_0.86.bb
deleted file mode 100644
index 92f4f3c0b..000000000
--- a/meta-networking/recipes-support/mtr/mtr_0.86.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1SUMMARY = "Combined traceroute and ping utility"
2DESCRIPTION = "mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool."
3HOMEPAGE = "http://www.bitwizard.nl/mtr/"
4SECTION = "net"
5DEPENDS = "ncurses"
6
7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
9 file://mtr.c;beginline=5;endline=16;md5=af1fafbbfa1bfd48af839f4bb3221106"
10
11SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz"
12
13SRC_URI[md5sum] = "8d63592c9d4579ef20cf491b41843eb2"
14SRC_URI[sha256sum] = "c5d948920b641cc35f8b380fc356ddfe07cce6a9c6474afe242fc58113f28c06"
15
16inherit autotools
17
18EXTRA_OECONF = "--without-gtk"
19
20PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
21PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"