From f398c84405913bd8038c007f43f991f54d136571 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Mon, 13 Nov 2023 05:26:59 -1000 Subject: lz4: Update sstate/equiv versions to clean cache There are cached reproducibility issues on the autobuilder due to CFLAGS issues, flush the bad data out the system by bumping the versions. Signed-off-by: Steve Sakoman --- meta/recipes-support/lz4/lz4_1.9.2.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-support/lz4/lz4_1.9.2.bb index c2e24b518c..bc11a57eb5 100644 --- a/meta/recipes-support/lz4/lz4_1.9.2.bb +++ b/meta/recipes-support/lz4/lz4_1.9.2.bb @@ -12,6 +12,10 @@ PE = "1" SRCREV = "fdf2ef5809ca875c454510610764d9125ef2ebbd" +# remove at next version upgrade or when output changes +PR = "r1" +HASHEQUIV_HASH_VERSION .= ".1" + SRC_URI = "git://github.com/lz4/lz4.git;branch=dev;protocol=https \ file://run-ptest \ file://CVE-2021-3520.patch \ -- cgit 1.2.3-korg