diff options
Diffstat (limited to 'meta/recipes-devtools/clang/common-clang.inc')
-rw-r--r-- | meta/recipes-devtools/clang/common-clang.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-devtools/clang/common-clang.inc b/meta/recipes-devtools/clang/common-clang.inc index 2e9d3d73f9..7191d41efd 100644 --- a/meta/recipes-devtools/clang/common-clang.inc +++ b/meta/recipes-devtools/clang/common-clang.inc | |||
@@ -5,7 +5,7 @@ LLVM_HTTP ?= "https://github.com/llvm" | |||
5 | 5 | ||
6 | MAJOR_VER = "21" | 6 | MAJOR_VER = "21" |
7 | MINOR_VER = "1" | 7 | MINOR_VER = "1" |
8 | PATCH_VER = "2" | 8 | PATCH_VER = "3" |
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 | ||
@@ -16,6 +16,10 @@ CLANGMD5SUM = "ff42885ed2ab98f1ecb8c1fc41205343" | |||
16 | LLDMD5SUM = "ae7dc7c027b1fa89b5b013d391d3ee2b" | 16 | LLDMD5SUM = "ae7dc7c027b1fa89b5b013d391d3ee2b" |
17 | LLDBMD5SUM = "2e0d44968471fcde980034dbb826bea9" | 17 | LLDBMD5SUM = "2e0d44968471fcde980034dbb826bea9" |
18 | 18 | ||
19 | # remove at next version upgrade or when output changes | ||
20 | PR = "r1" | ||
21 | HASHEQUIV_HASH_VERSION .= ".1" | ||
22 | |||
19 | LLVM_LIBDIR_SUFFIX = "${@d.getVar('baselib').replace('lib', '')}" | 23 | LLVM_LIBDIR_SUFFIX = "${@d.getVar('baselib').replace('lib', '')}" |
20 | 24 | ||
21 | # set the default pigz thread | 25 | # set the default pigz thread |