From f71a12fb7054e47fbbaf15c0de523c200b4432fb Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Thu, 26 Feb 2026 15:57:04 +0800 Subject: [PATCH] atop: upgrade 2.12.0 -> 2.12.1 Version 2.12.1 Bug solution: tests during append of existing raw log are less strict now. Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- meta-oe/recipes-support/atop/{atop_2.12.0.bb => atop_2.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/atop/{atop_2.12.0.bb => atop_2.12.1.bb} (96%) diff --git a/meta-oe/recipes-support/atop/atop_2.12.0.bb b/meta-oe/recipes-support/atop/atop_2.12.1.bb similarity index 96% rename from meta-oe/recipes-support/atop/atop_2.12.0.bb rename to meta-oe/recipes-support/atop/atop_2.12.1.bb index 348493245b..4ca74edbaf 100644 --- a/meta-oe/recipes-support/atop/atop_2.12.0.bb +++ b/meta-oe/recipes-support/atop/atop_2.12.1.bb @@ -22,7 +22,7 @@ SRC_URI = "http://www.atoptool.nl/download/${BP}.tar.gz \ file://fix-permissions.patch \ file://sysvinit-implement-status.patch \ " -SRC_URI[sha256sum] = "0d09ecc90c14e6ef41c22e3c57c142c3e4fb9cf3c94379077a33c961d5343086" +SRC_URI[sha256sum] = "4fdbe67c5dfaf89405639e18599f4eae77978073ffa54f3c78c368ab54bd12f6" UPSTREAM_CHECK_URI = "https://atoptool.nl/downloadatop.php" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+).tar"