From aee9db334c8bef26e02f31c29d927373268433f4 Mon Sep 17 00:00:00 2001 From: Yash Shinde Date: Thu, 29 Feb 2024 08:32:42 -0800 Subject: [PATCH] src/poky:rust: reproducibility issue fix with v1.75 With 1.75 rust release, the '.rustc' section of shared object libs are embedded with absolute path names which is casuing reproducibiluty issues. This change will fix the path name format back to '/rust/$hash' as in earlier versions. Below are the links for detailed bug description & discusssion with upstream rust. https://github.com/rust-lang/rust/issues/120825#issuecomment-1964307219 https://github.com/rust-lang/rust/issues/120825#issuecomment-1964652656 (From OE-Core rev: a80ce6e3c023809d1ec13d19e8acb25770b54737) Signed-off-by: Sundeep KOKKONDA Signed-off-by: Yash Shinde Signed-off-by: Richard Purdie --- src/poky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poky b/src/poky index 694b85a2172..3970a488855 160000 --- a/src/poky +++ b/src/poky @@ -1 +1 @@ -Subproject commit 694b85a217209787fe8c503a4b697dc6c2bfbe84 +Subproject commit 3970a4888556bde1f893757eae603c9619cfec5f