summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-09 14:29:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-09 21:04:06 +0000
commitad3dfac07f856917434deb073fe9c8a788d4c21d (patch)
treea98a44e2ca9e5883c106ba093f826170b38cdaae /meta/recipes-core/glibc
parentce71bb3d08de649b9099cf45af372fb575b08b8b (diff)
downloadpoky-ad3dfac07f856917434deb073fe9c8a788d4c21d.tar.gz
glibc: Update sstate/equiv versions to clean cache
There are cached reproducibility issues on the autobuilder due to the PRServ sstate checksum issues, flush the bad data out the system by bumping the versions. (From OE-Core rev: b2b33e387c523d5936f6948115a73772b2cf9f2b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc-common.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-common.inc b/meta/recipes-core/glibc/glibc-common.inc
index a1a0a5feb1..d526a8ca20 100644
--- a/meta/recipes-core/glibc/glibc-common.inc
+++ b/meta/recipes-core/glibc/glibc-common.inc
@@ -23,3 +23,6 @@ ARM_INSTRUCTION_SET:armv6 = "arm"
23COMPATIBLE_HOST:libc-musl:class-target = "null" 23COMPATIBLE_HOST:libc-musl:class-target = "null"
24 24
25PV = "2.37" 25PV = "2.37"
26# remove at next version upgrade or when output changes
27PR = "r1"
28HASHEQUIV_HASH_VERSION .= ".1"