htop_0.7.bb: Fix htop do_configure: Ensure that ncurses is staged.
authorBernhard Kaindl <bernhard.kaindl@gmx.net>
Sun, 22 Nov 2009 01:22:28 +0000 (01:22 +0000)
committerKhem Raj <raj.khem@gmail.com>
Fri, 22 Jan 2010 07:47:50 +0000 (23:47 -0800)
commit0ed1a21a00beafb31dc358aa4d3c9beba211a2b6
tree37dbbb23814d831eb059dba3fe767234f22670b4
parent9c2a58e499240607870a5f1e7338092b51025a06
htop_0.7.bb: Fix htop do_configure: Ensure that ncurses is staged.

* 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>
recipes/htop/htop_0.7.bb