summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/llvm/llvm_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb
index 3f53b477dd..58cdaaa5a9 100644
--- a/meta/recipes-devtools/llvm/llvm_git.bb
+++ b/meta/recipes-devtools/llvm/llvm_git.bb
@@ -37,6 +37,10 @@ SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=http
37 file://0001-nfc-Fix-missing-include.patch;striplevel=2 \ 37 file://0001-nfc-Fix-missing-include.patch;striplevel=2 \
38 " 38 "
39 39
40# remove at next version upgrade or when output changes
41PR = "r1"
42HASHEQUIV_HASH_VERSION .= ".1"
43
40UPSTREAM_CHECK_GITTAGREGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)" 44UPSTREAM_CHECK_GITTAGREGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
41 45
42S = "${WORKDIR}/git/llvm" 46S = "${WORKDIR}/git/llvm"