From: Wang Mingyu <[email protected]>

Changelog:
============
* Consolidate ClockMeter code into DateTimeMeter code
* Darwin: Fix unsigned underflow in memory meter on ARM64 (Apple Silicon 16K 
pages showing ~64TB used)
* Linux/PCP: Replace M_SHARE (SHR) with M_PRIV (PRIV) in default Main screen 
columns
* PCP: Fix dynamic screen column (instance) sorting (incorrect cast and field 
offsets)
* PCP: Fix units used when printing M_PRIV memory column values
* PCP: Add Darwin swap metric values and a fallback on Linux for SwapMeter
* Fix null pointer dereference in actionBacktrace() (GCC LTO -O2 -flto, Ubuntu 
24.04)
* Make search function activate following on find consistently
* Make a panel click abort the search function

Signed-off-by: Wang Mingyu <[email protected]>
---
 meta-oe/recipes-support/htop/{htop_3.5.0.bb => htop_3.5.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/htop/{htop_3.5.0.bb => htop_3.5.1.bb} (96%)

diff --git a/meta-oe/recipes-support/htop/htop_3.5.0.bb 
b/meta-oe/recipes-support/htop/htop_3.5.1.bb
similarity index 96%
rename from meta-oe/recipes-support/htop/htop_3.5.0.bb
rename to meta-oe/recipes-support/htop/htop_3.5.1.bb
index 961a87097b..3043f9348e 100644
--- a/meta-oe/recipes-support/htop/htop_3.5.0.bb
+++ b/meta-oe/recipes-support/htop/htop_3.5.1.bb
@@ -9,7 +9,7 @@ DEPENDS = "ncurses libnl"
 SRC_URI = 
"git://github.com/htop-dev/htop.git;branch=main;protocol=https;tag=${PV} \
            file://0001-configure.ac-Remove-usr-include-libnl3.patch \
 "
-SRCREV = "a21f043b253a6dfa89df1ff4130fe7d2e505000f"
+SRCREV = "82841011ac3e2ec6ee4d3dbdf80f8d26797abbc6"
 
 
 inherit autotools pkgconfig
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#126892): 
https://lists.openembedded.org/g/openembedded-devel/message/126892
Mute This Topic: https://lists.openembedded.org/mt/119292590/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to