[oe-commits] Martin Jansa : htop: RRECOMMENDS ncurses-terminfo

git version control git at git.openembedded.org
Thu Aug 12 20:34:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b3c61f19e8e35bc6631c15fa86a5a8669e9e29fa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b3c61f19e8e35bc6631c15fa86a5a8669e9e29fa

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Aug 12 22:16:26 2010 +0200

htop: RRECOMMENDS ncurses-terminfo

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/htop/htop_0.7.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/htop/htop_0.7.bb b/recipes/htop/htop_0.7.bb
index 4474bea..b42489f 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"
 





More information about the Openembedded-commits mailing list