git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ede632c
)
htop: RRECOMMENDS ncurses-terminfo
author
Martin Jansa
<Martin.Jansa@gmail.com>
Thu, 12 Aug 2010 20:16:26 +0000
(22:16 +0200)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/recipes/htop/htop_0.7.bb
b/recipes/htop/htop_0.7.bb
index
4474bea
..
b42489f
100644
(file)
--- 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"