git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3c61f1
)
joe: RRECOMMENDS ncurses-terminfo
author
Martin Jansa
<Martin.Jansa@gmail.com>
Thu, 12 Aug 2010 20:16:39 +0000
(22:16 +0200)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Thu, 12 Aug 2010 20:31:13 +0000
(22:31 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/joe/joe_3.1.bb
patch
|
blob
|
history
diff --git
a/recipes/joe/joe_3.1.bb
b/recipes/joe/joe_3.1.bb
index
36725d9
..
003721b
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
inherit autotools