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:
9259b4c
)
vim: add diffutils to RSUGGESTS, as vimdiff doesn't like busybox version of diff
author
Martin Jansa
<Martin.Jansa@gmail.com>
Mon, 22 Mar 2010 16:15:48 +0000
(17:15 +0100)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Mon, 22 Mar 2010 16:15:48 +0000
(17:15 +0100)
recipes/vim/vim.inc
patch
|
blob
|
history
diff --git
a/recipes/vim/vim.inc
b/recipes/vim/vim.inc
index
c160448
..
9eb0b80
100644
(file)
--- a/
recipes/vim/vim.inc
+++ b/
recipes/vim/vim.inc
@@
-1,9
+1,11
@@
DESCRIPTION = "Vim is an almost fully-compatible version of the Unix editor Vi."
SECTION = "console/utils"
DEPENDS = "ncurses"
+# vimdiff doesn't like busybox diff
+RSUGGESTS_${PN} = "diffutils"
LICENSE = "vim"
-INC_PR = "r
3
"
+INC_PR = "r
4
"
SRC_URI = "ftp://ftp.vim.org/pub/vim/unix/vim-${PV}.tar.bz2 \
file://configure.patch;patch=1"