diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-22 17:15:48 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-22 17:15:48 +0100 |
commit | e9bfb11a9563e402832742e1358cf7408220e9f1 (patch) | |
tree | e4a27c470f3d8f855905b4970ac262fd65e7e712 /recipes/vim | |
parent | 9259b4c343f5fbab2217db6ce825b7b12add7e6f (diff) |
vim: add diffutils to RSUGGESTS, as vimdiff doesn't like busybox version of diff
Diffstat (limited to 'recipes/vim')
-rw-r--r-- | recipes/vim/vim.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/vim/vim.inc b/recipes/vim/vim.inc index c160448a5e..9eb0b80c0e 100644 --- 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 = "r3" +INC_PR = "r4" SRC_URI = "ftp://ftp.vim.org/pub/vim/unix/vim-${PV}.tar.bz2 \ file://configure.patch;patch=1" |