diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-04-01 20:58:44 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-04-06 10:38:02 +0200 |
commit | 0165ce18503740e99e175b5a1ed823185226f43d (patch) | |
tree | 327f8dd00dd9884f92f161f6b046ddd8967b1bf6 /recipes/vim/vim_7.2.bb | |
parent | c906fd7faa8517ca565faba90887d10ebb90e092 (diff) |
vim: updated to upstream patch 411
Diffstat (limited to 'recipes/vim/vim_7.2.bb')
-rw-r--r-- | recipes/vim/vim_7.2.bb | 8 |
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 |