From 250c286bc3e4cbdf15444e7a56bad4231ce054fb Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Fri, 24 Jul 2026 14:14:01 +1200 Subject: [PATCH] htop: upgrade 3.5.1 -> 3.5.2 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 Signed-off-by: Khem Raj --- .../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 --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"