Skip to content

Commit

Permalink
src/poky:rust: reproducibility issue fix with v1.75
Browse files Browse the repository at this point in the history
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.
rust-lang/rust#120825 (comment)
rust-lang/rust#120825 (comment)

(From OE-Core rev: a80ce6e3c023809d1ec13d19e8acb25770b54737)

Signed-off-by: Sundeep KOKKONDA <[email protected]>
Signed-off-by: Yash Shinde <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
Yash Shinde authored and rpurdie committed Mar 1, 2024
1 parent d94d7f5 commit aee9db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poky
Submodule poky updated from 694b85 to 3970a4

0 comments on commit aee9db3

Please sign in to comment.