summaryrefslogtreecommitdiffstats
path: root/rules/htop.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2018-02-08 09:24:55 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-02-12 11:00:06 +0100
commit5f83bd6951df0849f884926cfb25122384ad1dee (patch)
tree5623f37876434c29d526f8e9f199aacd6198ffa7 /rules/htop.make
parent78e29837c5342b3c9ca35af7fc87478b7c43024e (diff)
downloadptxdist-5f83bd6951df0849f884926cfb25122384ad1dee.tar.gz
ptxdist-5f83bd6951df0849f884926cfb25122384ad1dee.tar.xz
htop: version bump 2.0.2 -> 2.1.0
Also add a patch to fix "number of read syscalls of process". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/htop.make')
-rw-r--r--rules/htop.make8
1 files changed, 5 insertions, 3 deletions
diff --git a/rules/htop.make b/rules/htop.make
index d7d27306a..af624c7df 100644
--- a/rules/htop.make
+++ b/rules/htop.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_HTOP) += htop
#
# Paths and names
#
-HTOP_VERSION := 2.0.2
-HTOP_MD5 := 7d354d904bad591a931ad57e99fea84a
+HTOP_VERSION := 2.1.0
+HTOP_MD5 := f262b66ad6c194782f4d3a80627e84c8
HTOP := htop-$(HTOP_VERSION)
HTOP_SUFFIX := tar.gz
HTOP_URL := http://hisham.hm/htop/releases/$(HTOP_VERSION)/$(HTOP).$(HTOP_SUFFIX)
@@ -44,7 +44,9 @@ HTOP_CONF_OPT := \
--enable-taskstats \
--disable-unicode \
--enable-linux-affinity \
- --disable-hwloc
+ --disable-hwloc \
+ --disable-setuid \
+ --disable-delayacct
# ----------------------------------------------------------------------------
# Target-Install