| Message ID | 20260409215243.3809177-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | Accepted, archived |
| Commit | 853baa702e3275fc8b4dc492a93d9a00c8cf5c0f |
| Headers | show |
| Series | [v2] libgcc: Bump PR/HASHEQUIV_HASH_VERSION after reproducibility issues | expand |
diff --git a/meta/recipes-devtools/gcc/libgcc_15.2.bb b/meta/recipes-devtools/gcc/libgcc_15.2.bb index fdcd6cc0da1..d04178f12a5 100644 --- a/meta/recipes-devtools/gcc/libgcc_15.2.bb +++ b/meta/recipes-devtools/gcc/libgcc_15.2.bb @@ -5,3 +5,7 @@ LDFLAGS += "-fuse-ld=bfd" # Building with thumb enabled on armv6t fails ARM_INSTRUCTION_SET:armv6 = "arm" + +# remove at next version upgrade or when output changes +DESCRIPTION += " (libgcc)" +HASHEQUIV_HASH_VERSION .= ".1"
Simulate a PR bump by changing DESCRIPTION which will force and output change. PR isn't a good candidate here due to the shared workdir. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/recipes-devtools/gcc/libgcc_15.2.bb | 4 ++++ 1 file changed, 4 insertions(+)