[oe-commits] Bernhard Kaindl : htop_0.7.bb: Fix htop do_configure: Ensure that ncurses is staged.

git version control git at git.openembedded.org
Fri Jan 22 11:54:45 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 0ed1a21a00beafb31dc358aa4d3c9beba211a2b6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ed1a21a00beafb31dc358aa4d3c9beba211a2b6

Author: Bernhard Kaindl <bernhard.kaindl at gmx.net>
Date:   Sun Nov 22 01:22:28 2009 +0000

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 at gmx.net>
Acked-by: Leon Woestenberg <leon at sidebranch.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

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

diff --git a/recipes/htop/htop_0.7.bb b/recipes/htop/htop_0.7.bb
index 4a614bd..f3b3c96 100644
--- a/recipes/htop/htop_0.7.bb
+++ b/recipes/htop/htop_0.7.bb
@@ -4,7 +4,7 @@ SECTION = "console/utils"
 PRIORITY = "optional"
 LICENSE = "GPLv2"
 
-RDEPENDS = "ncurses"
+DEPENDS = "ncurses"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \
            file://remove-proc-test.patch;patch=1"





More information about the Openembedded-commits mailing list