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 | |
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>
-rw-r--r-- | meta-networking/recipes-support/mtr/mtr_0.96.bb (renamed from meta-networking/recipes-support/mtr/mtr_0.95.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/mtr/mtr_0.95.bb b/meta-networking/recipes-support/mtr/mtr_0.96.bb index ac8b48e4e5..9008223264 100644 --- a/meta-networking/recipes-support/mtr/mtr_0.95.bb +++ b/meta-networking/recipes-support/mtr/mtr_0.96.bb | |||
@@ -8,8 +8,8 @@ LICENSE = "GPL-2.0-only" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
9 | file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468" | 9 | file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468" |
10 | 10 | ||
11 | SRCREV = "852e5617fbf331cf292723702161f0ac9afe257c" | 11 | SRCREV = "f392168771570b0fdc104c38dea6bbc2ce585710" |
12 | SRC_URI = "git://github.com/traviscross/mtr;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/traviscross/mtr;branch=master;protocol=https;tag=v${PV}" |
13 | 13 | ||
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |