diff options
Diffstat (limited to 'recipes-devtools/clang/clang.inc')
-rw-r--r-- | recipes-devtools/clang/clang.inc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index a99049d..6a08046 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -4,11 +4,11 @@ LLVM_DIR = "llvm${LLVM_RELEASE}" | |||
4 | LLVM_GIT ?= "git://github.com/llvm" | 4 | LLVM_GIT ?= "git://github.com/llvm" |
5 | LLVM_GIT_PROTOCOL ?= "https" | 5 | LLVM_GIT_PROTOCOL ?= "https" |
6 | 6 | ||
7 | MAJOR_VER = "10" | 7 | MAJOR_VER = "12" |
8 | MINOR_VER = "0" | 8 | MINOR_VER = "0" |
9 | PATCH_VER = "1" | 9 | PATCH_VER = "0" |
10 | 10 | ||
11 | SRCREV ?= "ef32c611aa214dea855364efd7ba451ec5ec3f74" | 11 | SRCREV ?= "fa0971b87fb2c9d14d1bba2551e61f02f18f329b" |
12 | 12 | ||
13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" | 13 | PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" |
14 | BRANCH = "release/${MAJOR_VER}.x" | 14 | BRANCH = "release/${MAJOR_VER}.x" |
@@ -20,4 +20,7 @@ LLDBMD5SUM = "2e0d44968471fcde980034dbb826bea9" | |||
20 | 20 | ||
21 | LLVM_LIBDIR_SUFFIX="${@d.getVar('baselib').replace('lib', '')}" | 21 | LLVM_LIBDIR_SUFFIX="${@d.getVar('baselib').replace('lib', '')}" |
22 | 22 | ||
23 | # set the default pigz thread | ||
24 | export PIGZ = "-p ${@oe.utils.cpu_count(at_least=2)}" | ||
25 | |||
23 | require common.inc | 26 | require common.inc |