vim: add diffutils to RSUGGESTS, as vimdiff doesn't like busybox version of diff
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 22 Mar 2010 16:15:48 +0000 (17:15 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Mon, 22 Mar 2010 16:15:48 +0000 (17:15 +0100)
recipes/vim/vim.inc

index c160448..9eb0b80 100644 (file)
@@ -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"