diff options
author | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 22:25:05 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 22:25:05 +0300 |
commit | 2a04d3897d8c9f6410914d6d95331543d1061830 (patch) | |
tree | eefc623a11cae9f0fa96326f776e826a70f56a8a /recipes/vim | |
parent | 12784ca2ec5786be5303773874431f2464187a16 (diff) | |
parent | 9e35f0c735a1c680d16ef20a9ccdf876ccaad69e (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
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" |