]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-cython: make generated source file be reproducible
authorHongxu Jia <hongxu.jia@windriver.com>
Wed, 17 Sep 2025 13:50:47 +0000 (21:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Sep 2025 09:56:55 +0000 (10:56 +0100)
commit61d98d12eca1c7bdf3b7387a820c83d3b8fad965
tree9dc5df05079f4f7d389df73145a6b96b541b02f5
parente18d697e92b55e57124e80234369d46575226386
python3-cython: make generated source file be reproducible

While python3 module use cython to build library, the generated source file
is not stable at each build and made the generated library not be reproducible

This commit replaces un-predictable string with hardcode string in generated
source file to assure the generated library should be reproducible

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-cython/0001-Replace-not-predictable-build-path-prefix-with-hardc.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3-cython_3.1.3.bb