htop: RRECOMMENDS ncurses-terminfo
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 12 Aug 2010 20:16:26 +0000 (22:16 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 12 Aug 2010 20:31:12 +0000 (22:31 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/htop/htop_0.7.bb

index 4474bea..b42489f 100644 (file)
@@ -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"