aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-12 22:16:26 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-12 22:31:12 +0200
commitb3c61f19e8e35bc6631c15fa86a5a8669e9e29fa (patch)
tree45f9dfb277816c100c7fd7757d0c28d09dfd5741
parentede632c6dfdfb41e5b77d68e3a1e421d8f326dc2 (diff)
downloadopenembedded-b3c61f19e8e35bc6631c15fa86a5a8669e9e29fa.tar.gz
htop: RRECOMMENDS ncurses-terminfo
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/htop/htop_0.7.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/htop/htop_0.7.bb b/recipes/htop/htop_0.7.bb
index 4474bea9ab..b42489f6f3 100644
--- a/recipes/htop/htop_0.7.bb
+++ b/recipes/htop/htop_0.7.bb
@@ -5,7 +5,10 @@ PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS = "ncurses"
+# actually RDEPENDS, but ncurses-terminfo is only in ncurses-5.7, so RRECOMMENDS for now
+RRECOMMENDS_${PN} = "ncurses-terminfo"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \
file://remove-proc-test.patch"