summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf2
-rw-r--r--recipes-devtools/clang/clang.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 2c86175..4887914 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -32,7 +32,7 @@ INHERIT += "clang"
32# Do not include clang in SDK unless user wants to 32# Do not include clang in SDK unless user wants to
33CLANGSDK ??= "0" 33CLANGSDK ??= "0"
34 34
35LLVMVERSION = "16.0.0" 35LLVMVERSION = "16.0.1"
36 36
37require conf/nonclangable.conf 37require conf/nonclangable.conf
38require conf/nonscanable.conf 38require conf/nonscanable.conf
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc
index dd85690..b2d7d63 100644
--- a/recipes-devtools/clang/clang.inc
+++ b/recipes-devtools/clang/clang.inc
@@ -6,9 +6,9 @@ LLVM_GIT_PROTOCOL ?= "https"
6 6
7MAJOR_VER = "16" 7MAJOR_VER = "16"
8MINOR_VER = "0" 8MINOR_VER = "0"
9PATCH_VER = "0" 9PATCH_VER = "1"
10 10
11SRCREV ?= "08d094a0e457360ad8b94b017d2dc277e697ca76" 11SRCREV ?= "42d1b276f7793999be3f9b6a99efbb143254c729"
12 12
13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" 13PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}"
14#BRANCH = "release/15.x" 14#BRANCH = "release/15.x"