summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-05-20 16:54:37 +0800
committerKhem Raj <raj.khem@gmail.com>2025-05-21 07:38:23 -0700
commit7f0f89d6fbae75beb5740c3e629b2e17d5c4b352 (patch)
tree42d2f055055ce331fa62c58eaf994a212df34b3d
parent80d4f54cd48282fbecc8d0398515acf80ab670ef (diff)
downloadmeta-openembedded-7f0f89d6fbae75beb5740c3e629b2e17d5c4b352.tar.gz
iotop: upgrade 1.27 -> 1.29
Changelog: ========== - add option to specify bin directory - fix batch mode - Fix Linux kernel incompatible struct taskstats Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/iotop/iotop_1.29.bb (renamed from meta-oe/recipes-extended/iotop/iotop_1.27.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/iotop/iotop_1.27.bb b/meta-oe/recipes-extended/iotop/iotop_1.29.bb
index 60157305c5..fc1251a899 100644
--- a/meta-oe/recipes-extended/iotop/iotop_1.27.bb
+++ b/meta-oe/recipes-extended/iotop/iotop_1.29.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3154adaa1a9ca0d8dcc1944518ece1b9"
4 4
5DEPENDS = "ncurses" 5DEPENDS = "ncurses"
6 6
7SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https" 7SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https;tag=v${PV}"
8SRCREV = "4e32789e496a027201e66b5773a9d7955f7c638b" 8SRCREV = "dd0f4ad5ec03b9fd642f54144f6465cf6d2c1d12"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11