All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix htop do_configure: use DEPENDS="ncurses", not RDEPENDS="ncurses"
@ 2009-11-22 11:22 Bernhard Kaindl
  2009-11-26 17:09 ` Leon Woestenberg
  0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Kaindl @ 2009-11-22 11:22 UTC (permalink / raw)
  To: openembedded-devel

htop: 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>

 htop_0.7.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix htop do_configure: use DEPENDS="ncurses", not  RDEPENDS="ncurses"
  2009-11-22 11:22 [PATCH] Fix htop do_configure: use DEPENDS="ncurses", not RDEPENDS="ncurses" Bernhard Kaindl
@ 2009-11-26 17:09 ` Leon Woestenberg
  0 siblings, 0 replies; 2+ messages in thread
From: Leon Woestenberg @ 2009-11-26 17:09 UTC (permalink / raw)
  To: openembedded-devel

Hello,

On Sun, Nov 22, 2009 at 12:22 PM, Bernhard Kaindl
<bernhard.kaindl@gmx.net> wrote:
> htop: Fix htop do_configure: Ensure that ncurses is staged
>
> Signed-off-by: Bernhard Kaindl <bernhard.kaindl@gmx.net>
>
Acked-by: Leon Woestenberg <leon@sidebranch.com>

Regards,
-- 
Leon



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-26 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-22 11:22 [PATCH] Fix htop do_configure: use DEPENDS="ncurses", not RDEPENDS="ncurses" Bernhard Kaindl
2009-11-26 17:09 ` Leon Woestenberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.