summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-08-25 23:30:39 -0700
committerKhem Raj <raj.khem@gmail.com>2019-08-26 07:26:51 -0700
commit06d6c55db3bd2ae38567e5133ffcfb9fd4905150 (patch)
tree80bc1cfc646c5b9569b990832e7cc6eadc39cd6c /recipes-devtools/clang/clang.inc
parent263ae8051e0bf45b7184318bada9e4b2d6145f08 (diff)
downloadmeta-clang-06d6c55db3bd2ae38567e5133ffcfb9fd4905150.tar.gz
clang: Update to latest on 9.x release
Fix libcxx build on mips Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/clang.inc')
-rw-r--r--recipes-devtools/clang/clang.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc
index 590eb23..58dc452 100644
--- a/recipes-devtools/clang/clang.inc
+++ b/recipes-devtools/clang/clang.inc
@@ -8,7 +8,7 @@ MAJOR_VER = "9"
8MINOR_VER = "0" 8MINOR_VER = "0"
9PATCH_VER = "0" 9PATCH_VER = "0"
10 10
11SRCREV ?= "67a4a12d61bfb10b2410b53c5a43ef9b4a03de7d" 11SRCREV ?= "d0b88fce0a2175316792359b54d41864be416d16"
12 12
13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" 13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}"
14BRANCH = "release/${MAJOR_VER}.x" 14BRANCH = "release/${MAJOR_VER}.x"