diff options
-rw-r--r-- | 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 4a614bd8e0..f3b3c96167 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" |