summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-02-06 16:02:11 +0800
committerKhem Raj <raj.khem@gmail.com>2024-02-09 09:52:09 -0800
commit41b210079fdeeb3ed547a3d3f19cdb3235a5e2f2 (patch)
treee540e95a247ae73301a304155cd3106fb78653d8 /meta-oe/recipes-extended
parenta178f67d972b6f0c07d0a5284760a56301bbe4ba (diff)
downloadmeta-openembedded-41b210079fdeeb3ed547a3d3f19cdb3235a5e2f2.tar.gz
iotop: upgrade 1.25 -> 1.26
Changelog: Add clock in upper right corner License-Update: Copyright year updated to 2024. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/iotop/iotop_1.26.bb (renamed from meta-oe/recipes-extended/iotop/iotop_1.25.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/iotop/iotop_1.25.bb b/meta-oe/recipes-extended/iotop/iotop_1.26.bb
index 8d19c6298..9b36b57cb 100644
--- a/meta-oe/recipes-extended/iotop/iotop_1.25.bb
+++ b/meta-oe/recipes-extended/iotop/iotop_1.26.bb
@@ -1,11 +1,11 @@
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=72ad44c0841d1e759669d27744e39389" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=686f457fedcecd9b92d69e625291ffa2"
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"
8SRCREV = "9d60bb7e262e0d41b0aa3bcfaa806fa4f42e548a" 8SRCREV = "b15743b04bb04ff1fc6e197d21ba30365349edcb"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11