summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/mtr/mtr_0.86.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-01-05 10:51:28 +0000
committerJoe MacDonald <joe_macdonald@mentor.com>2015-01-07 13:55:19 -0500
commit95039ef76b586779c1dd03a4bdfb27a4935f8b55 (patch)
tree5d501567ac07b1d9ee6483deabf01c52b3d7b820 /meta-networking/recipes-support/mtr/mtr_0.86.bb
parentde672e6a9e24c2293af623d0f767c601cd1ba851 (diff)
downloadmeta-openembedded-95039ef76b586779c1dd03a4bdfb27a4935f8b55.tar.gz
mtr: update to 0.86
* Newer automake compatibility fixed upstream, so drop patches. * LIC_FILES_CHKSUM changed due to a trailing space being removed, no actual change to the license text. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/mtr/mtr_0.86.bb')
-rw-r--r--meta-networking/recipes-support/mtr/mtr_0.86.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/mtr/mtr_0.86.bb b/meta-networking/recipes-support/mtr/mtr_0.86.bb
new file mode 100644
index 000000000..a60bd347e
--- /dev/null
+++ b/meta-networking/recipes-support/mtr/mtr_0.86.bb
@@ -0,0 +1,18 @@
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/"
4DEPENDS = "ncurses"
5
6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
8 file://mtr.c;beginline=5;endline=16;md5=af1fafbbfa1bfd48af839f4bb3221106"
9
10SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "8d63592c9d4579ef20cf491b41843eb2"
13SRC_URI[sha256sum] = "c5d948920b641cc35f8b380fc356ddfe07cce6a9c6474afe242fc58113f28c06"
14
15inherit autotools
16
17EXTRA_OECONF = "--without-gtk"
18