diff mbox series

[meta-oe,02/23] btop: upgrade 1.3.0 -> 1.3.2

Message ID 1708333346-17704-2-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-gnome,01/23] babl: upgrade 0.1.106 -> 0.1.108 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 19, 2024, 9:02 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 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 mbox series

Patch

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 f20d1a8ec..c473bf0a3 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"