diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-13 12:05:07 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-13 00:30:51 -0700 |
| commit | 85b6f00b8638510c83e81b254da696d7192a1bdf (patch) | |
| tree | 80a18954198673420a1349b597dda1b99ec21a08 /meta-oe/recipes-support/htop | |
| parent | 63fa42673592b8c573fd575b89cc2787a919e334 (diff) | |
| download | meta-openembedded-85b6f00b8638510c83e81b254da696d7192a1bdf.tar.gz | |
htop: upgrade 3.5.0 -> 3.5.1
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-support/htop')
| -rw-r--r-- | meta-oe/recipes-support/htop/htop_3.5.1.bb (renamed from meta-oe/recipes-support/htop/htop_3.5.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/htop/htop_3.5.0.bb b/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" | |||
| 9 | SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https;tag=${PV} \ | 9 | SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https;tag=${PV} \ |
| 10 | file://0001-configure.ac-Remove-usr-include-libnl3.patch \ | 10 | file://0001-configure.ac-Remove-usr-include-libnl3.patch \ |
| 11 | " | 11 | " |
| 12 | SRCREV = "a21f043b253a6dfa89df1ff4130fe7d2e505000f" | 12 | SRCREV = "82841011ac3e2ec6ee4d3dbdf80f8d26797abbc6" |
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
