diff options
author | Xerxes Rånby <xerxes@zafena.se> | 2009-10-26 13:47:51 +0100 |
---|---|---|
committer | Xerxes Rånby <xerxes@zafena.se> | 2009-10-26 13:57:24 +0100 |
commit | 66c4fef12cbe7f2a453748b8b025b2597a13e0c7 (patch) | |
tree | 001849590cec9fce465ec35a37ac123c29e0380a /recipes/llvm/llvm2.6-native_2.6.bb | |
parent | 4882a87cc59eb6c984a4b95507c4f01fed2f6079 (diff) |
llvm2.6: Updated to use llvm 2.6 release tarball.
llvm2.6-native: Likewise.
checksums.ini: add sums for llvm-2.6.tar.gz
Diffstat (limited to 'recipes/llvm/llvm2.6-native_2.6.bb')
-rw-r--r-- | recipes/llvm/llvm2.6-native_2.6.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/llvm/llvm2.6-native_2.6.bb b/recipes/llvm/llvm2.6-native_2.6.bb new file mode 100644 index 0000000000..13e779aeda --- /dev/null +++ b/recipes/llvm/llvm2.6-native_2.6.bb @@ -0,0 +1,10 @@ +require llvm-native.inc + +PR = "r0" + +SRC_URI += "\ + file://fix-build.patch;patch=1 \ + file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \ +" + +LLVM_RELEASE = "2.6" |