diff options
Diffstat (limited to 'recipes/llvm')
-rw-r--r-- | recipes/llvm/llvm2.5-native_2.5.bb | 2 | ||||
-rw-r--r-- | recipes/llvm/llvm2.5_2.5.bb | 2 | ||||
-rw-r--r-- | recipes/llvm/llvm2.6-native_2.6.bb | 4 | ||||
-rw-r--r-- | recipes/llvm/llvm2.6_2.6.bb | 6 | ||||
-rw-r--r-- | recipes/llvm/llvm2.7_2.7.bb | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/recipes/llvm/llvm2.5-native_2.5.bb b/recipes/llvm/llvm2.5-native_2.5.bb index bb41e88939..416e0683b7 100644 --- a/recipes/llvm/llvm2.5-native_2.5.bb +++ b/recipes/llvm/llvm2.5-native_2.5.bb @@ -1,6 +1,6 @@ require llvm-native.inc -SRC_URI += "file://fix-build.patch;apply=yes" +SRC_URI += "file://fix-build.patch" SRC_URI[md5sum] = "55df2ea8665c8094ad2ef85187b9fc74" diff --git a/recipes/llvm/llvm2.5_2.5.bb b/recipes/llvm/llvm2.5_2.5.bb index d76fd8dd94..301aa47365 100644 --- a/recipes/llvm/llvm2.5_2.5.bb +++ b/recipes/llvm/llvm2.5_2.5.bb @@ -1,6 +1,6 @@ require llvm.inc -SRC_URI += "file://fix-build.patch;apply=yes" +SRC_URI += "file://fix-build.patch" SRC_URI[md5sum] = "55df2ea8665c8094ad2ef85187b9fc74" 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" 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" diff --git a/recipes/llvm/llvm2.7_2.7.bb b/recipes/llvm/llvm2.7_2.7.bb index e27b8ae79b..b72581c7e3 100644 --- a/recipes/llvm/llvm2.7_2.7.bb +++ b/recipes/llvm/llvm2.7_2.7.bb @@ -6,7 +6,7 @@ DEPENDS = "llvm-common llvm2.7-native" SRC_URI = "\ http://llvm.org/releases/${PV}/llvm-${PV}.tgz \ - file://BX_to_BLX.patch;apply=yes \ + file://BX_to_BLX.patch \ " EXTRA_OECMAKE += "\ |