[oe-commits] Martin Jansa : joe: RRECOMMENDS ncurses-terminfo

git version control git at git.openembedded.org
Thu Aug 12 20:34:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b3cd4647905aa5322128f9e7fb18b3df32d62f23
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b3cd4647905aa5322128f9e7fb18b3df32d62f23

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Aug 12 22:16:39 2010 +0200

joe: RRECOMMENDS ncurses-terminfo

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 36725d9..003721b 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
 





More information about the Openembedded-commits mailing list