[oe-commits] Martin Jansa : vim: add diffutils to RSUGGESTS, as vimdiff doesn' t like busybox version of diff

git version control git at git.openembedded.org
Mon Mar 22 16:50:17 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e9bfb11a9563e402832742e1358cf7408220e9f1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e9bfb11a9563e402832742e1358cf7408220e9f1

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Mar 22 17:15:48 2010 +0100

vim: add diffutils to RSUGGESTS, as vimdiff doesn't like busybox version of diff

---

 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 c160448..9eb0b80 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"





More information about the Openembedded-commits mailing list