From 6fe7cef27069415f2eba36bc640cf59013d4979b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 24 May 2010 13:01:00 -0700 Subject: Make the do_patch apply=yes param implicit if extension is .diff/.patch For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/llvm/llvm2.6_2.6.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/llvm/llvm2.6_2.6.bb') diff --git a/recipes/llvm/llvm2.6_2.6.bb b/recipes/llvm/llvm2.6_2.6.bb index 408428a25b..35aa38fe76 100644 --- a/recipes/llvm/llvm2.6_2.6.bb +++ b/recipes/llvm/llvm2.6_2.6.bb @@ -5,9 +5,9 @@ PR = "r1" DEPENDS = "llvm-common llvm2.6-native" SRC_URI += "\ - file://fix-build.patch;apply=yes \ - file://llvm-debugonly-zeroormore.patch;apply=yes;striplevel=0 \ - file://BX_to_BLX.patch;apply=yes \ + file://fix-build.patch \ + file://llvm-debugonly-zeroormore.patch;striplevel=0 \ + file://BX_to_BLX.patch \ " LLVM_RELEASE = "2.6" -- cgit 1.2.3-korg