summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2023-11-30 02:02:26 +0300
committerKhem Raj <raj.khem@gmail.com>2023-11-29 15:55:04 -0800
commitb36f67da93aa7ea6f820e52d4a73f1f077384096 (patch)
tree4fe20ca5755113b5e5415059e4c092e300a30152
parentf687541cd4c17eaf60adc28112c29d5c508aae05 (diff)
downloadmeta-openembedded-b36f67da93aa7ea6f820e52d4a73f1f077384096.tar.gz
iotop: upgrade 1.21 -> 1.25
License-Update: Copyright years changed Changelog: * Fix bug when iotop busy loops after pressing ESC key * Change the condition of displaying processes in only mode * Fix a bug with graphs in ASCII mode * Show the status of the configuration in the help window * Support ancient compilers * Revert syscall count stuff * fix empty archlinux package * view_curses: do not force black background * fixed scroller logic * fixed corner case of full scroller * Update README.md * Add regex search * Better checking and error handling in netlink code * More graceful signal handling * Fix bug with a missing check if a process exited * New option to hide exited processes * Add color to % values and option to disable color at all * Implement the suggestion from https://no-color.org * Fix bug with cursor displayed in unusual places Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/iotop/iotop_1.25.bb (renamed from meta-oe/recipes-extended/iotop/iotop_1.21.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/iotop/iotop_1.21.bb b/meta-oe/recipes-extended/iotop/iotop_1.25.bb
index 8eebd691a7..8d19c62980 100644
--- a/meta-oe/recipes-extended/iotop/iotop_1.21.bb
+++ b/meta-oe/recipes-extended/iotop/iotop_1.25.bb
@@ -1,12 +1,13 @@
1SUMMARY = "A top utility for I/O" 1SUMMARY = "A top utility for I/O"
2LICENSE = "GPL-2.0-or-later" 2LICENSE = "GPL-2.0-or-later"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=48e7be78bd2671d08c9c3bad71f1cfaa" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=72ad44c0841d1e759669d27744e39389"
4 4
5DEPENDS = "ncurses" 5DEPENDS = "ncurses"
6 6
7SRC_URI = "https://github.com/Tomas-M/iotop/releases/download/v1.21/iotop-1.21.tar.xz" 7SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https"
8SRC_URI[sha256sum] = "7b4862ebc93909a3f800193140ca2464e926291a9c873b50dc31fa77e6d9383e" 8SRCREV = "9d60bb7e262e0d41b0aa3bcfaa806fa4f42e548a"
9UPSTREAM_CHECK_URI = "https://github.com/Tomas-M/iotop/releases" 9
10S = "${WORKDIR}/git"
10 11
11inherit pkgconfig 12inherit pkgconfig
12 13