diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-05-18 20:10:08 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-26 15:51:28 -0700 |
commit | f56bd52b97a2fec4ce6f27bf00de59ac10432f82 (patch) | |
tree | ddb73eacf75558401249d41c103ab707d4077738 /recipes-devtools/clang/clang.inc | |
parent | 503aa977b27be0506fb6ac21fbf9e8b049b82247 (diff) | |
download | meta-clang-f56bd52b97a2fec4ce6f27bf00de59ac10432f82.tar.gz |
clang: Update to 10.0.1-rc1
Update version number accordingly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
s
Diffstat (limited to 'recipes-devtools/clang/clang.inc')
-rw-r--r-- | recipes-devtools/clang/clang.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index 3a74007..973b770 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -6,9 +6,9 @@ LLVM_GIT_PROTOCOL ?= "https" | |||
6 | 6 | ||
7 | MAJOR_VER = "10" | 7 | MAJOR_VER = "10" |
8 | MINOR_VER = "0" | 8 | MINOR_VER = "0" |
9 | PATCH_VER = "0" | 9 | PATCH_VER = "1" |
10 | 10 | ||
11 | SRCREV ?= "d32170dbd5b0d54436537b6b75beaf44324e0c28" | 11 | SRCREV ?= "f79cd71e145c6fd005ba4dd1238128dfa0dc2cb6" |
12 | 12 | ||
13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" | 13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" |
14 | BRANCH = "release/${MAJOR_VER}.x" | 14 | BRANCH = "release/${MAJOR_VER}.x" |