From 41b210079fdeeb3ed547a3d3f19cdb3235a5e2f2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Feb 2024 16:02:11 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../recipes-extended/iotop/{iotop_1.25.bb => iotop_1.26.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/iotop/{iotop_1.25.bb => iotop_1.26.bb} (83%) diff --git a/meta-oe/recipes-extended/iotop/iotop_1.25.bb b/meta-oe/recipes-extended/iotop/iotop_1.26.bb similarity index 83% rename from meta-oe/recipes-extended/iotop/iotop_1.25.bb rename to meta-oe/recipes-extended/iotop/iotop_1.26.bb index 8d19c62980..9b36b57cb7 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 @@ SUMMARY = "A top utility for I/O" LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://LICENSE;md5=72ad44c0841d1e759669d27744e39389" +LIC_FILES_CHKSUM = "file://LICENSE;md5=686f457fedcecd9b92d69e625291ffa2" DEPENDS = "ncurses" SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https" -SRCREV = "9d60bb7e262e0d41b0aa3bcfaa806fa4f42e548a" +SRCREV = "b15743b04bb04ff1fc6e197d21ba30365349edcb" S = "${WORKDIR}/git"