From 73498cf9bc5449c87247824acb1d0bd1af39a8a7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 16 Jul 2025 14:40:54 +0800 Subject: mtr: upgrade 0.95 -> 0.96 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-networking/recipes-support/mtr/mtr_0.95.bb | 24 ------------------------ meta-networking/recipes-support/mtr/mtr_0.96.bb | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-networking/recipes-support/mtr/mtr_0.95.bb create mode 100644 meta-networking/recipes-support/mtr/mtr_0.96.bb diff --git a/meta-networking/recipes-support/mtr/mtr_0.95.bb b/meta-networking/recipes-support/mtr/mtr_0.95.bb deleted file mode 100644 index ac8b48e4e5..0000000000 --- a/meta-networking/recipes-support/mtr/mtr_0.95.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Combined traceroute and ping utility" -DESCRIPTION = "mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool." -HOMEPAGE = "http://www.bitwizard.nl/mtr/" -SECTION = "net" -DEPENDS = "ncurses" - -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468" - -SRCREV = "852e5617fbf331cf292723702161f0ac9afe257c" -SRC_URI = "git://github.com/traviscross/mtr;branch=master;protocol=https" - - -inherit autotools pkgconfig - -EXTRA_OECONF = "--without-gtk" - -PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" -PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," - -PACKAGES += "${PN}-bash-completions" - -FILES:${PN}-bash-completions = "${datadir}/bash-completion/" 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 @@ +SUMMARY = "Combined traceroute and ping utility" +DESCRIPTION = "mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool." +HOMEPAGE = "http://www.bitwizard.nl/mtr/" +SECTION = "net" +DEPENDS = "ncurses" + +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468" + +SRCREV = "f392168771570b0fdc104c38dea6bbc2ce585710" +SRC_URI = "git://github.com/traviscross/mtr;branch=master;protocol=https;tag=v${PV}" + + +inherit autotools pkgconfig + +EXTRA_OECONF = "--without-gtk" + +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" +PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," + +PACKAGES += "${PN}-bash-completions" + +FILES:${PN}-bash-completions = "${datadir}/bash-completion/" -- cgit v1.2.3-54-g00ecf