diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-26 11:41:13 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-26 11:41:13 -0700 |
commit | 5439bfeae57c86b7a0a613a16352ea297b4e3b5e (patch) | |
tree | 11b7908efa3365679eb483b41744d35577f1c4dd /recipes/vim | |
parent | 5a12f03c680c41791f7036384fa821fb77991d33 (diff) |
vim_7.2.bb: Add apply=no to 001-411.diff
* This patch is applied manually in the recipe.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/vim')
-rw-r--r-- | recipes/vim/vim_7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/vim/vim_7.2.bb b/recipes/vim/vim_7.2.bb index b1d71a22b4..d79f787b07 100644 --- a/recipes/vim/vim_7.2.bb +++ b/recipes/vim/vim_7.2.bb @@ -14,7 +14,7 @@ require vim.inc PR = "${INC_PR}.1" # 001-411.diff contains 411 patches fetched from upstream -SRC_URI += "file://001-411.diff" +SRC_URI += "file://001-411.diff;apply=no" # we need to apply patches in other dir then ${S} do_applypatch() { |