]> code.ossystems Code Review - openembedded-core.git/commitdiff
llvm: bump HASHEQUIV_HASH_VERSION
authorAnuj Mittal <anuj.mittal@intel.com>
Wed, 10 Nov 2021 15:15:33 +0000 (23:15 +0800)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 16 Nov 2021 03:20:31 +0000 (11:20 +0800)
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.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/llvm/llvm_git.bb

index 3f53b477dd7ed5aa405fda3c00a74de54d7c8e62..58cdaaa5a9d043378a94bad9ad99127abef4029f 100644 (file)
@@ -37,6 +37,10 @@ SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=http
            file://0001-nfc-Fix-missing-include.patch;striplevel=2 \
            "
 
+# remove at next version upgrade or when output changes
+PR = "r1"
+HASHEQUIV_HASH_VERSION .= ".1"
+
 UPSTREAM_CHECK_GITTAGREGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git/llvm"