diff options
Diffstat (limited to 'recipes/joe/joe_3.1.bb')
-rw-r--r-- | recipes/joe/joe_3.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/joe/joe_3.1.bb b/recipes/joe/joe_3.1.bb index 36725d99c9..003721b4df 100644 --- a/recipes/joe/joe_3.1.bb +++ b/recipes/joe/joe_3.1.bb @@ -2,8 +2,11 @@ SECTION = "console/utils" DESCRIPTION = "Console text editor with good functionality, good choice for vi-haters." HOMEPAGE = "http://joe-editor.sourceforge.net/" LICENSE ="GPL" +# actually RDEPENDS, but ncurses-terminfo is only in ncurses-5.7, so RRECOMMENDS for now +RRECOMMENDS_${PN} = "ncurses-terminfo" + SRC_URI = "${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz" -PR = "r1" +PR = "r2" inherit autotools |