diff options
Diffstat (limited to 'recipes/llvm/llvm2.6-native_2.6.bb')
-rw-r--r-- | recipes/llvm/llvm2.6-native_2.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/llvm/llvm2.6-native_2.6.bb b/recipes/llvm/llvm2.6-native_2.6.bb index 102789a7b6..dec132a8c1 100644 --- a/recipes/llvm/llvm2.6-native_2.6.bb +++ b/recipes/llvm/llvm2.6-native_2.6.bb @@ -3,8 +3,8 @@ require llvm-native.inc PR = "r0" SRC_URI += "\ - file://fix-build.patch;apply=yes \ - file://llvm-debugonly-zeroormore.patch;apply=yes;striplevel=0 \ + file://fix-build.patch \ + file://llvm-debugonly-zeroormore.patch;striplevel=0 \ " LLVM_RELEASE = "2.6" |