diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/llvm | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
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..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;patch=1" +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 02094ac98d..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;patch=1" +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 fa28970680..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;patch=1 \ - file://llvm-debugonly-zeroormore.patch;patch=1;pnum=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 c476f34bcb..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;patch=1 \ - file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \ - file://BX_to_BLX.patch;patch=1 \ + 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 587bffb29b..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;patch=1 \ + file://BX_to_BLX.patch \ " EXTRA_OECMAKE += "\ |