mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e3db5c70da
commit
fbd5ce2c50
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user