From 446fce1b88320ce14346453723dffebc3fe96082 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Jul 2025 17:06:22 +0800 Subject: [PATCH] btop: upgrade 1.4.3 -> 1.4.4 Changelog: =========== - Fix auto-detection of CPU temp on Ampere boards - Fixed floating_humanizer() to work correctly when numeric delimiter isn't a dot. - Add command line option to set an inital filter - Make 100ms the minimal refresh rate. Exit gracefully if integer conversion in CLI parser fails. - Lock/unlock config to avoid infinite recursio - Fix incorrect positioning and start symbol of second title - Fix dangling reference warnings for GCC 13 and later Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/btop/{btop_1.4.3.bb => btop_1.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/btop/{btop_1.4.3.bb => btop_1.4.4.bb} (93%) diff --git a/meta-oe/recipes-support/btop/btop_1.4.3.bb b/meta-oe/recipes-support/btop/btop_1.4.4.bb similarity index 93% rename from meta-oe/recipes-support/btop/btop_1.4.3.bb rename to meta-oe/recipes-support/btop/btop_1.4.4.bb index 9a5a21c56d..2d187c18a8 100644 --- a/meta-oe/recipes-support/btop/btop_1.4.3.bb +++ b/meta-oe/recipes-support/btop/btop_1.4.4.bb @@ -6,7 +6,7 @@ SECTION = "console/utils" SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main;tag=v${PV} \ " -SRCREV = "3f1ccd9f6c455fef6d4d8cfbc8ed71b86961323d" +SRCREV = "0f398abd64febfbc5f2115be3156682f47308f48" inherit cmake