diff options
| -rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 4 |
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 | ||
| 41 | PR = "r1" | ||
| 42 | HASHEQUIV_HASH_VERSION .= ".1" | ||
| 43 | |||
| 40 | UPSTREAM_CHECK_GITTAGREGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)" | 44 | UPSTREAM_CHECK_GITTAGREGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)" |
| 41 | 45 | ||
| 42 | S = "${WORKDIR}/git/llvm" | 46 | S = "${WORKDIR}/git/llvm" |
