diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index cb2e1164cf..3b0a1b3b27 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -35,6 +35,8 @@ SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH} \ | |||
35 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ | 35 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ |
36 | " | 36 | " |
37 | 37 | ||
38 | UPSTREAM_CHECK_GITTAGREGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)" | ||
39 | |||
38 | S = "${WORKDIR}/git/llvm" | 40 | S = "${WORKDIR}/git/llvm" |
39 | 41 | ||
40 | LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install" | 42 | LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install" |