diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-07-20 09:12:31 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2017-07-20 09:12:31 -0700 |
commit | a851a559ba3820a92da5d9fd0a9cb3cc391fd771 (patch) | |
tree | 85d9a556c52911f71ae1400e79332a11d0576d37 | |
parent | 591ad9b5ff284bbd9ce5b20304ce63d7d4c6a883 (diff) | |
download | meta-clang-a851a559ba3820a92da5d9fd0a9cb3cc391fd771.tar.gz |
Switch to release_50 branch
upcoming 5.0 release has been branched out
track that branch until the release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-devtools/clang/clang.inc | 18 | ||||
-rw-r--r-- | recipes-devtools/clang/lldb_git.bb | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index 1f7f9cc..4cbd38e 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -11,15 +11,15 @@ MAJOR_VER="5" | |||
11 | MINOR_VER="0" | 11 | MINOR_VER="0" |
12 | PATCH_VER="0" | 12 | PATCH_VER="0" |
13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" | 13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" |
14 | BRANCH = "master" | 14 | BRANCH = "release_50" |
15 | SRCREV_llvm = "f65227fd46230521b135ca359b8a063507a0221b" | 15 | SRCREV_llvm = "e8f2eb9a3b1752c983454690317eb4012dd424b6" |
16 | SRCREV_clang = "2ce35b601db031549e4a2113fc40deafe24751fe" | 16 | SRCREV_clang = "404119f2dfa99d3fe0efa85c715256c6db19076c" |
17 | SRCREV_compiler-rt = "671ef704cfa72856adc7c9a3686a21cb3c1c00ab" | 17 | SRCREV_compiler-rt = "e6bb43d8b68ab16a71b060fc32fcba18d20f8828" |
18 | SRCREV_cxxabi = "065ab9eca7945642919f03560c1e68ac06e70052" | 18 | SRCREV_cxxabi = "5df6b5da0deba63bbf9046bcaa385241c4d72847" |
19 | SRCREV_libcxx = "b2e9337b06425b4af554651d5f2fa65615eb009f" | 19 | SRCREV_libcxx = "526c3a93942714925a19bdd6206b5698227575dc" |
20 | SRCREV_libunwind = "c4321f2071a4486df50985e8f9899c009fbb6561" | 20 | SRCREV_libunwind = "6c7b19f88102e05bcf6680073393b0b23e301cb9" |
21 | SRCREV_lld = "25c037a87d32907d5b7e033a21b281bb023cd9be" | 21 | SRCREV_lld = "67f854e024efcdab12acd5463f2c53c7167641fa" |
22 | SRCREV_lldb = "61cfc88cb6afe63b4c30d337a6ee23e45a2cbb75" | 22 | SRCREV_lldb = "0da3ed63796f2e44b2bc2d9dcffa6b236817524f" |
23 | 23 | ||
24 | LLVMMD5SUM = "e825e017edc35cfd58e26116e5251771" | 24 | LLVMMD5SUM = "e825e017edc35cfd58e26116e5251771" |
25 | CLANGMD5SUM = "a77eac638a3aae44a2d604217d6f0f01" | 25 | CLANGMD5SUM = "a77eac638a3aae44a2d604217d6f0f01" |
diff --git a/recipes-devtools/clang/lldb_git.bb b/recipes-devtools/clang/lldb_git.bb index cf4ad59..81318ce 100644 --- a/recipes-devtools/clang/lldb_git.bb +++ b/recipes-devtools/clang/lldb_git.bb | |||
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=${LLVMMD5SUM}; \ | |||
23 | SRC_URI = "\ | 23 | SRC_URI = "\ |
24 | ${LLVM_GIT}/llvm.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH};name=llvm \ | 24 | ${LLVM_GIT}/llvm.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH};name=llvm \ |
25 | ${LLVM_GIT}/clang.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH};destsuffix=git/tools/clang;name=clang \ | 25 | ${LLVM_GIT}/clang.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH};destsuffix=git/tools/clang;name=clang \ |
26 | ${LLVM_GIT}/lldb.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH};destsuffix=git/tools/lldb;name=lldb \ | 26 | ${LLVM_GIT}/lldb.git;protocol=${LLVM_GIT_PROTOCOL};branch=master;destsuffix=git/tools/lldb;name=lldb \ |
27 | ${LLVMPATCHES} \ | 27 | ${LLVMPATCHES} \ |
28 | ${CLANGPATCHES} \ | 28 | ${CLANGPATCHES} \ |
29 | " | 29 | " |