diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-09 14:29:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-09 21:04:06 +0000 |
commit | ad3dfac07f856917434deb073fe9c8a788d4c21d (patch) | |
tree | a98a44e2ca9e5883c106ba093f826170b38cdaae /meta | |
parent | ce71bb3d08de649b9099cf45af372fb575b08b8b (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/glibc/glibc-common.inc | 3 |
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" | |||
23 | COMPATIBLE_HOST:libc-musl:class-target = "null" | 23 | COMPATIBLE_HOST:libc-musl:class-target = "null" |
24 | 24 | ||
25 | PV = "2.37" | 25 | PV = "2.37" |
26 | # remove at next version upgrade or when output changes | ||
27 | PR = "r1" | ||
28 | HASHEQUIV_HASH_VERSION .= ".1" | ||