diff mbox series

[meta-oe,7/13] htop: upgrade 3.5.1 -> 3.5.2

Message ID 20260724021407.2840261-7-ankur.tyagi85@gmail.com
State New
Headers show
Series [meta-oe,1/13] colord: upgrade 1.4.7 -> 1.4.8 | expand

Commit Message

Ankur Tyagi July 24, 2026, 2:14 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Removed OpenVZ and VServer support[1].

Changelog:
https://github.com/htop-dev/htop/blob/3.5.2/ChangeLog

[1] https://github.com/htop-dev/htop/commit/90369a491283fc2880f2356cdd28f2033eec9a1c

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../recipes-support/htop/{htop_3.5.1.bb => htop_3.5.2.bb}    | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
 rename meta-oe/recipes-support/htop/{htop_3.5.1.bb => htop_3.5.2.bb} (81%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/htop/htop_3.5.1.bb b/meta-oe/recipes-support/htop/htop_3.5.2.bb
similarity index 81%
rename from meta-oe/recipes-support/htop/htop_3.5.1.bb
rename to meta-oe/recipes-support/htop/htop_3.5.2.bb
index 3043f9348e..775e8e1d78 100644
--- a/meta-oe/recipes-support/htop/htop_3.5.1.bb
+++ b/meta-oe/recipes-support/htop/htop_3.5.2.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 = "82841011ac3e2ec6ee4d3dbdf80f8d26797abbc6"
+SRCREV = "393b224603620e62a693628ac50b9f4e4424a851"
 
 
 inherit autotools pkgconfig
@@ -25,9 +25,6 @@  PACKAGECONFIG[unicode] = "--enable-unicode,--disable-unicode"
 PACKAGECONFIG[affinity] = "--enable-affinity,--disable-affinity,,,,hwloc"
 PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind"
 PACKAGECONFIG[hwloc] = "--enable-hwloc,--disable-hwloc,hwloc,,,affinity"
-PACKAGECONFIG[openvz] = "--enable-openvz,--disable-openvz"
-PACKAGECONFIG[vserver] = "--enable-vserver,--disable-vserver"
-PACKAGECONFIG[ancient-vserver] = "--enable-ancient-vserver,--disable-ancient-vserver"
 PACKAGECONFIG[capabilities] = "--enable-capabilities,--disable-capabilities,libcap"
 PACKAGECONFIG[delayacct] = "--enable-delayacct,--disable-delayacct,libnl"
 PACKAGECONFIG[sensors] = "--enable-sensors,--disable-sensors,lmsensors,lmsensors-libsensors"