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 f6ed05995b..bb41e88939 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;patch=1" +SRC_URI += "file://fix-build.patch;apply=yes" SRC_URI[md5sum] = "55df2ea8665c8094ad2ef85187b9fc74" diff --git a/recipes/llvm/llvm2.5_2.5.bb b/recipes/llvm/llvm2.5_2.5.bb index 02094ac98d..d76fd8dd94 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;patch=1" +SRC_URI += "file://fix-build.patch;apply=yes" 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 fa28970680..102789a7b6 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;patch=1 \ - file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \ + file://fix-build.patch;apply=yes \ + file://llvm-debugonly-zeroormore.patch;apply=yes;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 c476f34bcb..408428a25b 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;patch=1 \ - file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \ - file://BX_to_BLX.patch;patch=1 \ + file://fix-build.patch;apply=yes \ + file://llvm-debugonly-zeroormore.patch;apply=yes;striplevel=0 \ + file://BX_to_BLX.patch;apply=yes \ " LLVM_RELEASE = "2.6" diff --git a/recipes/llvm/llvm2.7_2.7.bb b/recipes/llvm/llvm2.7_2.7.bb index 587bffb29b..e27b8ae79b 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;patch=1 \ + file://BX_to_BLX.patch;apply=yes \ " EXTRA_OECMAKE += "\ |