diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-07-16 14:40:54 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-15 23:54:15 -0700 |
| commit | 73498cf9bc5449c87247824acb1d0bd1af39a8a7 (patch) | |
| tree | 3c2d0ae1efa5bf59186d5aeb0daf42932a2fa9c8 /meta-networking/recipes-support/mtr/mtr_0.96.bb | |
| parent | 86c6f690e79663c9a9664fea8ce04b6225603f20 (diff) | |
| download | meta-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.bb | 24 |
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 @@ | |||
| 1 | SUMMARY = "Combined traceroute and ping utility" | ||
| 2 | DESCRIPTION = "mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool." | ||
| 3 | HOMEPAGE = "http://www.bitwizard.nl/mtr/" | ||
| 4 | SECTION = "net" | ||
| 5 | DEPENDS = "ncurses" | ||
| 6 | |||
| 7 | LICENSE = "GPL-2.0-only" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
| 9 | file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468" | ||
| 10 | |||
| 11 | SRCREV = "f392168771570b0fdc104c38dea6bbc2ce585710" | ||
| 12 | SRC_URI = "git://github.com/traviscross/mtr;branch=master;protocol=https;tag=v${PV}" | ||
| 13 | |||
| 14 | |||
| 15 | inherit autotools pkgconfig | ||
| 16 | |||
| 17 | EXTRA_OECONF = "--without-gtk" | ||
| 18 | |||
| 19 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | ||
| 20 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
| 21 | |||
| 22 | PACKAGES += "${PN}-bash-completions" | ||
| 23 | |||
| 24 | FILES:${PN}-bash-completions = "${datadir}/bash-completion/" | ||
