blob: c7a437eccc240d7154d6bb057606c6624d484502 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool."
HOMEPAGE = "http://www.bitwizard.nl/mtr/"
LICENSE = "GPLv2"
SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz"
inherit autotools
EXTRA_OECONF = "--without-gtk"
do_configure() {
oe_runconf
}
|