diff options
author | Paulo Neves <ptsneves@gmail.com> | 2021-07-26 16:36:12 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-07-27 09:52:24 -0700 |
commit | b5d74f8a6bd33e8468dd04d990f08d89d1e6928a (patch) | |
tree | 9b6c67ad7752150b9ffdcc6df058532a4f561470 /meta-oe | |
parent | 6b02b4e0d2e4cb73b2eebca45654485cc0853764 (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/recipes-support/htop/htop_3.0.5.bb | 2 |
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 8e9b95d91dc..c757f7fb59b 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" |