aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vim/vim_7.2.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-04-01 20:58:44 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-04-06 10:38:02 +0200
commit0165ce18503740e99e175b5a1ed823185226f43d (patch)
tree327f8dd00dd9884f92f161f6b046ddd8967b1bf6 /recipes/vim/vim_7.2.bb
parentc906fd7faa8517ca565faba90887d10ebb90e092 (diff)
downloadopenembedded-0165ce18503740e99e175b5a1ed823185226f43d.tar.gz
vim: updated to upstream patch 411
Diffstat (limited to 'recipes/vim/vim_7.2.bb')
-rw-r--r--recipes/vim/vim_7.2.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/vim/vim_7.2.bb b/recipes/vim/vim_7.2.bb
index 37bdfb8809..b1d71a22b4 100644
--- a/recipes/vim/vim_7.2.bb
+++ b/recipes/vim/vim_7.2.bb
@@ -11,15 +11,15 @@ VIMX ?= "--without-x"
require vim.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
-# 001-394.diff contains 394 patches fetched from upstream
-SRC_URI += "file://001-394.diff"
+# 001-411.diff contains 411 patches fetched from upstream
+SRC_URI += "file://001-411.diff"
# we need to apply patches in other dir then ${S}
do_applypatch() {
cd ${WORKDIR}/vim${VIMVER}
- patch -p1 <${WORKDIR}/001-394.diff
+ patch -p1 <${WORKDIR}/001-411.diff
}
addtask applypatch after do_unpack before do_patch