aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorPaulo Neves <ptsneves@gmail.com>2021-07-26 16:36:12 +0200
committerArmin Kuster <akuster808@gmail.com>2021-08-01 09:24:59 -0700
commit864b9a12593452a09749812b3e37b24b57177802 (patch)
tree38c197e152a9427a2dceb0295766544da7d6f629 /meta-oe
parente20a9a88502ea6098b6b654e83fcde002ff977d7 (diff)
downloadmeta-openembedded-864b9a12593452a09749812b3e37b24b57177802.tar.gz
htop: Add ncurses-terminfo-base to RDEPENDS
Without it there are no terminal configurations on the target and htop refuses to run. (cherry picked from commit b5d74f8a6bd33e8468dd04d990f08d89d1e6928a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-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"