From e3026d60b802d2c7ae62ee94dc7d6de7f48d3810 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 19 Feb 2024 17:02:05 +0800 Subject: [PATCH] btop: upgrade 1.3.0 -> 1.3.2 Changelog: ========= -fix: Can't detect librocm 6.0.x -GPU: Added support for dynamic loading of ROCm v6 libraries -Increase max network interface name to 15 -Fix OpenBSD UTF-8 locale detection -Add hot-reloading of config file with CTRL+R or SIGUSR2 signal -Add battery power draw for linux and freebsd -Fix crash caused by string exception when cpu clock is exactly between 999.5 and 999.9 Mhz -Write newline at end of config file -Add theme based on Everforest Dark Medium palette -fix: don't mangle memory for zombie processes -Share common code from collect -Fixed incorrect used and available memory for OSX Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/btop/{btop_1.3.0.bb => btop_1.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/btop/{btop_1.3.0.bb => btop_1.3.2.bb} (93%) diff --git a/meta-oe/recipes-support/btop/btop_1.3.0.bb b/meta-oe/recipes-support/btop/btop_1.3.2.bb similarity index 93% rename from meta-oe/recipes-support/btop/btop_1.3.0.bb rename to meta-oe/recipes-support/btop/btop_1.3.2.bb index f20d1a8ec4..c473bf0a35 100644 --- a/meta-oe/recipes-support/btop/btop_1.3.0.bb +++ b/meta-oe/recipes-support/btop/btop_1.3.2.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SECTION = "console/utils" SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main" -SRCREV = "36842a3bccfb78f5c27642435bff387b42f7d13b" +SRCREV = "fd2a2acdad6fbaad76846cb5e802cf2ae022d670" S = "${WORKDIR}/git"