From 8b5f530fc57ba0e04c47b2d7338f5c0f862b084f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 15 Apr 2026 11:00:38 +0100 Subject: [PATCH] strace: PR bump due to reproducibility issues Change the output and invalidate hash equivalence to avoid reproducibilty issues in CI after previous issues. Signed-off-by: Richard Purdie --- meta/recipes-devtools/strace/strace_6.19.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/strace/strace_6.19.bb b/meta/recipes-devtools/strace/strace_6.19.bb index f44e9ed6f9..7b8d4851fb 100644 --- a/meta/recipes-devtools/strace/strace_6.19.bb +++ b/meta/recipes-devtools/strace/strace_6.19.bb @@ -22,6 +22,10 @@ SRC_URI:append:libc-musl = "\ " SRC_URI[sha256sum] = "e076c851eec0972486ec842164fdc54547f9d17abd3d1449de8b120f5d299143" +# remove at next version upgrade or when output changes +PR = "r1" +HASHEQUIV_HASH_VERSION .= ".1" + inherit autotools github-releases ptest # Not yet ported to rv32 -- 2.47.3