diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-12 22:16:39 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-12 22:31:13 +0200 |
commit | b3cd4647905aa5322128f9e7fb18b3df32d62f23 (patch) | |
tree | 4b70d30a8a608e40dc1e2b00f211aa3ea9dc0c88 | |
parent | b3c61f19e8e35bc6631c15fa86a5a8669e9e29fa (diff) |
joe: RRECOMMENDS ncurses-terminfo
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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 |