summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2023-11-13 05:26:59 -1000
committerSteve Sakoman <steve@sakoman.com>2023-11-13 05:34:11 -1000
commitf398c84405913bd8038c007f43f991f54d136571 (patch)
treea0f98a8553fb1b8053b841e65000453a862cc4ac
parentaf571c0841265dfa4bd87546080e499336a37fcc (diff)
downloadopenembedded-core-contrib-f398c84405913bd8038c007f43f991f54d136571.tar.gz
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 <steve@sakoman.com>
-rw-r--r--meta/recipes-support/lz4/lz4_1.9.2.bb4
1 files changed, 4 insertions, 0 deletions
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 \