aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-02-19 17:02:05 +0800
committerKhem Raj <raj.khem@gmail.com>2024-02-19 23:22:19 -0800
commite3026d60b802d2c7ae62ee94dc7d6de7f48d3810 (patch)
treee1c2c948f96175ea1a45dffa4bdef295016349fa
parent403b0f9a30148ea12a287e346a99929e28bcff83 (diff)
downloadmeta-openembedded-contrib-e3026d60b802d2c7ae62ee94dc7d6de7f48d3810.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/btop/btop_1.3.2.bb (renamed from meta-oe/recipes-support/btop/btop_1.3.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/btop/btop_1.3.0.bb b/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"