summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-10 23:15:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-21 11:40:35 +0000
commitfbd5ce2c50c7813675185b418ab53b170416ac25 (patch)
tree20b74c6b39a944ef65e2806dd1395d501d8b87d6
parente3db5c70da5448a1491e2e4823869811f0e1ec6e (diff)
downloadpoky-fbd5ce2c50c7813675185b418ab53b170416ac25.tar.gz
llvm: bump HASHEQUIV_HASH_VERSION
llvm embeds the repository location in a header file. We just changed the SRC_URI to fetch using https instead of git. This has started giving errors in reproducibility testing when one of the RPMs to be compared is fetched from sstate. Bump HASHEQUIV_HASH_VERSION and PR so its rebuilt. (From OE-Core rev: 2fd327ae5b3da8841ebed00bfc60b7bb8d6a64c5) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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"