summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/mtr/mtr_0.96.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-07-16 14:40:54 +0800
committerKhem Raj <raj.khem@gmail.com>2025-07-15 23:54:15 -0700
commit73498cf9bc5449c87247824acb1d0bd1af39a8a7 (patch)
tree3c2d0ae1efa5bf59186d5aeb0daf42932a2fa9c8 /meta-networking/recipes-support/mtr/mtr_0.96.bb
parent86c6f690e79663c9a9664fea8ce04b6225603f20 (diff)
downloadmeta-openembedded-73498cf9bc5449c87247824acb1d0bd1af39a8a7.tar.gz
mtr: upgrade 0.95 -> 0.96
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/mtr/mtr_0.96.bb')
-rw-r--r--meta-networking/recipes-support/mtr/mtr_0.96.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/mtr/mtr_0.96.bb b/meta-networking/recipes-support/mtr/mtr_0.96.bb
new file mode 100644
index 0000000000..9008223264
--- /dev/null
+++ b/meta-networking/recipes-support/mtr/mtr_0.96.bb
@@ -0,0 +1,24 @@
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 = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
9 file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468"
10
11SRCREV = "f392168771570b0fdc104c38dea6bbc2ce585710"
12SRC_URI = "git://github.com/traviscross/mtr;branch=master;protocol=https;tag=v${PV}"
13
14
15inherit autotools pkgconfig
16
17EXTRA_OECONF = "--without-gtk"
18
19PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
20PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
21
22PACKAGES += "${PN}-bash-completions"
23
24FILES:${PN}-bash-completions = "${datadir}/bash-completion/"