]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
rust: reproducibility issue fix with v1.76
authorYash Shinde <Yash.Shinde@windriver.com>
Thu, 8 Aug 2024 10:00:35 +0000 (03:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Aug 2024 21:33:07 +0000 (22:33 +0100)
commit25fed23ea9dcd1e7f0c11a1e3a988a33d5676c0b
treead6720f641f794ccbcfe2059fd5989861a8a51a7
parent71d17ed3c7be029fc68e9dd3f5d6c4aa72ef861a
rust: reproducibility issue fix with v1.76

A few crates are using the updated version of the 'cc' crate and
this is causing the generated object file names containing a unique hashmap id.
The hashmap addition to generated files is reverted here.

Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@windriver.com>
Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rust/files/repro-issue-fix-with-cc-crate-hashmap.patch [new file with mode: 0644]
meta/recipes-devtools/rust/rust-source.inc