aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/htop/htop_3.0.5.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2021-01-15 23:17:26 +0800
committerKhem Raj <raj.khem@gmail.com>2021-01-17 11:47:41 -0800
commit14365a5fd5178f177a8ca31ad605b903f9e49fe6 (patch)
tree8d1e98c57fe2a822ed5d87244693e51b8b6755f2 /meta-oe/recipes-support/htop/htop_3.0.5.bb
parent3f9b0a8b97d4e547b62fb27e877c35707e540c62 (diff)
downloadmeta-openembedded-contrib-14365a5fd5178f177a8ca31ad605b903f9e49fe6.tar.gz
htop: upgrade 3.0.4 -> 3.0.5
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/htop/htop_3.0.5.bb')
-rw-r--r--meta-oe/recipes-support/htop/htop_3.0.5.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/htop/htop_3.0.5.bb b/meta-oe/recipes-support/htop/htop_3.0.5.bb
new file mode 100644
index 0000000000..8e9b95d91d
--- /dev/null
+++ b/meta-oe/recipes-support/htop/htop_3.0.5.bb
@@ -0,0 +1,33 @@
+SUMMARY = "Interactive process viewer"
+HOMEPAGE = "https://htop.dev"
+SECTION = "console/utils"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4099d367cd5e59b6d4fc1ee33accb891"
+
+DEPENDS = "ncurses"
+
+SRC_URI = "git://github.com/htop-dev/htop.git \
+ file://0001-Use-pkg-config.patch \
+ "
+SRCREV = "ce6d60e7def146c13d0b8bca4642e7401a0a8995"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+PACKAGECONFIG ??= " \
+ unicode \
+ linux-affinity \
+ delayacct \
+"
+PACKAGECONFIG[openvz] = "--enable-openvz,--disable-openvz"
+PACKAGECONFIG[vserver] = "--enable-vserver,--disable-vserver"
+PACKAGECONFIG[ancient-vserver] = "--enable-ancient-vserver,--disable-ancient-vserver"
+PACKAGECONFIG[unicode] = "--enable-unicode,--disable-unicode"
+PACKAGECONFIG[hwloc] = "--enable-hwloc,--disable-hwloc,hwloc"
+PACKAGECONFIG[linux-affinity] = "--enable-linux-affinity,--disable-linux-affinity"
+PACKAGECONFIG[setuid] = "--enable-setuid,--disable-setuid"
+PACKAGECONFIG[delayacct] = "--enable-delayacct,--disable-delayacct,libnl"
+PACKAGECONFIG[sensors] = "--with-sensors,--without-sensors,lmsensors,lmsensors-libsensors"
+
+FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/htop.svg"