diff options
-rw-r--r-- | conf/layer.conf | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/clang.inc | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/common.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 065a1c9..d7e3c36 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -39,7 +39,7 @@ PACKAGECONFIG:remove:pn-nativesdk-llvm = "libclc spirv-llvm-translator" | |||
39 | # Do not include clang in SDK unless user wants to | 39 | # Do not include clang in SDK unless user wants to |
40 | CLANGSDK ??= "0" | 40 | CLANGSDK ??= "0" |
41 | 41 | ||
42 | LLVMVERSION = "20.1.1" | 42 | LLVMVERSION = "20.1.2" |
43 | 43 | ||
44 | NON_MULTILIB_RECIPES:append = " llvm-project-source" | 44 | NON_MULTILIB_RECIPES:append = " llvm-project-source" |
45 | 45 | ||
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index 59735cd..bb152d2 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -5,7 +5,7 @@ LLVM_HTTP ?= "https://github.com/llvm" | |||
5 | 5 | ||
6 | MAJOR_VER = "20" | 6 | MAJOR_VER = "20" |
7 | MINOR_VER = "1" | 7 | MINOR_VER = "1" |
8 | PATCH_VER = "1" | 8 | PATCH_VER = "2" |
9 | # could be 'rcX' or 'git' or empty ( for release ) | 9 | # could be 'rcX' or 'git' or empty ( for release ) |
10 | VER_SUFFIX = "" | 10 | VER_SUFFIX = "" |
11 | 11 | ||
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index 5f43192..3561477 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc | |||
@@ -15,7 +15,7 @@ LICENSE = "Apache-2.0-with-LLVM-exception" | |||
15 | RELEASE ?= "${PV}" | 15 | RELEASE ?= "${PV}" |
16 | BASEURI ?= "${LLVM_HTTP}/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz" | 16 | BASEURI ?= "${LLVM_HTTP}/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz" |
17 | SOURCEDIR ?= "llvm-project-${PV}.src" | 17 | SOURCEDIR ?= "llvm-project-${PV}.src" |
18 | SRC_URI[sha256sum] = "4d5ebbd40ce1e984a650818a4bb5ae86fc70644dec2e6d54e78b4176db3332e0" | 18 | SRC_URI[sha256sum] = "f0a4a240aabc9b056142d14d5478bb6d962aeac549cbd75b809f5499240a8b38" |
19 | 19 | ||
20 | SRC_URI = "\ | 20 | SRC_URI = "\ |
21 | ${BASEURI} \ | 21 | ${BASEURI} \ |