diff options
-rw-r--r-- | conf/layer.conf | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/clang.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index e086b70..ea7d258 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -33,7 +33,7 @@ INHERIT += "clang" | |||
33 | # Do not include clang in SDK unless user wants to | 33 | # Do not include clang in SDK unless user wants to |
34 | CLANGSDK ??= "0" | 34 | CLANGSDK ??= "0" |
35 | 35 | ||
36 | LLVMVERSION = "18.1.2" | 36 | LLVMVERSION = "18.1.3" |
37 | 37 | ||
38 | require conf/nonclangable.conf | 38 | require conf/nonclangable.conf |
39 | require conf/nonscanable.conf | 39 | require conf/nonscanable.conf |
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index f58e97b..cc4f93e 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -6,10 +6,10 @@ LLVM_GIT_PROTOCOL ?= "https" | |||
6 | 6 | ||
7 | MAJOR_VER = "18" | 7 | MAJOR_VER = "18" |
8 | MINOR_VER = "1" | 8 | MINOR_VER = "1" |
9 | PATCH_VER = "2" | 9 | PATCH_VER = "3" |
10 | # could be 'rcX' or 'git' or empty ( for release ) | 10 | # could be 'rcX' or 'git' or empty ( for release ) |
11 | VER_SUFFIX = "" | 11 | VER_SUFFIX = "" |
12 | SRCREV ?= "26a1d6601d727a96f4301d0d8647b5a42760ae0c" | 12 | SRCREV ?= "c13b7485b87909fcf739f62cfa382b55407433c0" |
13 | 13 | ||
14 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}${VER_SUFFIX}" | 14 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}${VER_SUFFIX}" |
15 | BRANCH = "release/18.x" | 15 | BRANCH = "release/18.x" |