[oe-commits] Khem Raj : vim_7.2.bb: Add apply=no to 001-411.diff

git version control git at git.openembedded.org
Wed May 26 18:54:14 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5439bfeae57c86b7a0a613a16352ea297b4e3b5e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5439bfeae57c86b7a0a613a16352ea297b4e3b5e

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed May 26 11:41:13 2010 -0700

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 at gmail.com>

---

 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 b1d71a2..d79f787 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() {





More information about the Openembedded-commits mailing list