aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/htop
diff options
context:
space:
mode:
authorPaulo Neves <ptsneves@gmail.com>2021-07-26 16:36:12 +0200
committerKhem Raj <raj.khem@gmail.com>2021-07-27 09:52:24 -0700
commitb5d74f8a6bd33e8468dd04d990f08d89d1e6928a (patch)
tree9b6c67ad7752150b9ffdcc6df058532a4f561470 /meta-oe/recipes-support/htop
parent6b02b4e0d2e4cb73b2eebca45654485cc0853764 (diff)
downloadmeta-openembedded-contrib-b5d74f8a6bd33e8468dd04d990f08d89d1e6928a.tar.gz
htop: Add ncurses-terminfo-base to RDEPENDS
Without it there are no terminal configurations on the target and htop refuses to run.
Diffstat (limited to 'meta-oe/recipes-support/htop')
-rw-r--r--meta-oe/recipes-support/htop/htop_3.0.5.bb2
1 files changed, 2 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
index 8e9b95d91d..c757f7fb59 100644
--- a/meta-oe/recipes-support/htop/htop_3.0.5.bb
+++ b/meta-oe/recipes-support/htop/htop_3.0.5.bb
@@ -31,3 +31,5 @@ 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"
+
+RDEPENDS_${PN} += "ncurses-terminfo-base"