* htop's do_configure needs ncurses, but htop did only have an RDEPENDS
on ncurses which only triggers a build of of ncurses after or in parallel
to htop's do_configure, which is too late. Fix this:
Since htop is dynamically linked against ncurces, OE detects the REDEPENDS
to ncurses automatically and we can simply change the RDEPENDS to DEPENDS.
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@gmx.net>
Acked-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
PRIORITY = "optional"
LICENSE = "GPLv2"
-RDEPENDS = "ncurses"
+DEPENDS = "ncurses"
SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \
file://remove-proc-test.patch;patch=1"