mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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 <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+1
-4
@@ -9,7 +9,7 @@ DEPENDS = "ncurses libnl"
|
|||||||
SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https;tag=${PV} \
|
SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https;tag=${PV} \
|
||||||
file://0001-configure.ac-Remove-usr-include-libnl3.patch \
|
file://0001-configure.ac-Remove-usr-include-libnl3.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "82841011ac3e2ec6ee4d3dbdf80f8d26797abbc6"
|
SRCREV = "393b224603620e62a693628ac50b9f4e4424a851"
|
||||||
|
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
@@ -25,9 +25,6 @@ PACKAGECONFIG[unicode] = "--enable-unicode,--disable-unicode"
|
|||||||
PACKAGECONFIG[affinity] = "--enable-affinity,--disable-affinity,,,,hwloc"
|
PACKAGECONFIG[affinity] = "--enable-affinity,--disable-affinity,,,,hwloc"
|
||||||
PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind"
|
PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind"
|
||||||
PACKAGECONFIG[hwloc] = "--enable-hwloc,--disable-hwloc,hwloc,,,affinity"
|
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[capabilities] = "--enable-capabilities,--disable-capabilities,libcap"
|
||||||
PACKAGECONFIG[delayacct] = "--enable-delayacct,--disable-delayacct,libnl"
|
PACKAGECONFIG[delayacct] = "--enable-delayacct,--disable-delayacct,libnl"
|
||||||
PACKAGECONFIG[sensors] = "--enable-sensors,--disable-sensors,lmsensors,lmsensors-libsensors"
|
PACKAGECONFIG[sensors] = "--enable-sensors,--disable-sensors,lmsensors,lmsensors-libsensors"
|
||||||
Reference in New Issue
Block a user