From 5a298cc934e5d2753ea49feafc6e468da5796b73 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Wed, 15 Jan 2014 02:13:45 +0000 Subject: [PATCH] vim: Upgrade to version 7.4.155 Signed-off-by: Paul Barker Signed-off-by: Martin Jansa --- meta-oe/recipes-support/vim/{vim_7.4.27.bb => vim_7.4.155.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/vim/{vim_7.4.27.bb => vim_7.4.155.bb} (99%) diff --git a/meta-oe/recipes-support/vim/vim_7.4.27.bb b/meta-oe/recipes-support/vim/vim_7.4.155.bb similarity index 99% rename from meta-oe/recipes-support/vim/vim_7.4.27.bb rename to meta-oe/recipes-support/vim/vim_7.4.155.bb index 5cb933bfde..0d98e7a1f9 100644 --- a/meta-oe/recipes-support/vim/vim_7.4.27.bb +++ b/meta-oe/recipes-support/vim/vim_7.4.155.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://../runtime/doc/uganda.txt;md5=b779e18be6ed77facc77069 SRC_URI = "hg://vim.googlecode.com/hg/;protocol=https;module=vim \ file://configure.in_remove_CC_quotes.patch;patchdir=.." -SRCREV = "v7-4-027" +SRCREV = "v7-4-155" S = "${WORKDIR}/${PN}/src"