From 41569c5f4eb81baeb26f3a429602c8568d1c24fe Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 22 Aug 2010 10:30:44 -0700 Subject: ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCE * Select 5.7 if none pinned. * Bump PR for recipes which have ncurses dependency. Signed-off-by: Khem Raj Acked-by: Martin Jansa --- recipes/htop/htop_0.7.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes/htop') diff --git a/recipes/htop/htop_0.7.bb b/recipes/htop/htop_0.7.bb index b42489f6f3..5697638fc1 100644 --- a/recipes/htop/htop_0.7.bb +++ b/recipes/htop/htop_0.7.bb @@ -3,12 +3,11 @@ HOMEPAGE = "http://htop.sf.net" SECTION = "console/utils" PRIORITY = "optional" LICENSE = "GPLv2" +PR = "r2" DEPENDS = "ncurses" -# actually RDEPENDS, but ncurses-terminfo is only in ncurses-5.7, so RRECOMMENDS for now -RRECOMMENDS_${PN} = "ncurses-terminfo" +RDEPENDS_${PN} = "ncurses-terminfo" -PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \ file://remove-proc-test.patch" -- cgit 1.2.3-korg