diff options
Diffstat (limited to 'recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb')
-rw-r--r-- | recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb b/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb new file mode 100644 index 0000000000..de94d08021 --- /dev/null +++ b/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb @@ -0,0 +1,17 @@ +require llvm-native.inc + +SRCREV = "71428" + +PV = "2.5+svnr${SRCPV}" + +PR = "r0" + +SRC_URI = "\ + svn://llvm.org/svn/llvm-project/llvm/;proto=http;module=trunk \ + file://fix-build.patch;patch=1 \ + file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \ +" + +S = "${WORKDIR}/trunk" + +LLVM_RELEASE = "2.6" |