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