From 5439bfeae57c86b7a0a613a16352ea297b4e3b5e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 26 May 2010 11:41:13 -0700 Subject: [PATCH] vim_7.2.bb: Add apply=no to 001-411.diff * This patch is applied manually in the recipe. Signed-off-by: Khem Raj --- recipes/vim/vim_7.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5