diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2024-10-18 12:50:26 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-26 05:37:09 -0800 |
| commit | cc6492d4182f75cbb4b2958769bbfd603d4ac29f (patch) | |
| tree | 2e82ee820a3af1cb9dcc61a45eec37019bb66bf9 /meta/recipes-devtools/python/python3-maturin_1.7.1.bb | |
| parent | 7b3d419028665423d389daef7f0cccfc13dc8eab (diff) | |
| download | poky-cc6492d4182f75cbb4b2958769bbfd603d4ac29f.tar.gz | |
python3-maturin: sort external libs in wheel files
Import a merged patch that sort external libs in the wheel file
generated by maturin. That improve reproducibility.
(From OE-Core rev: 055519ae0da73afd1bfb89d74193b41751dc9a80)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
CC: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 66da28f85727206c0e647efba93c1be028519fe5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-maturin_1.7.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-maturin_1.7.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-maturin_1.7.1.bb b/meta/recipes-devtools/python/python3-maturin_1.7.1.bb index b9279f5ab5..8837128896 100644 --- a/meta/recipes-devtools/python/python3-maturin_1.7.1.bb +++ b/meta/recipes-devtools/python/python3-maturin_1.7.1.bb | |||
| @@ -12,6 +12,7 @@ SRC_URI:append = "\ | |||
| 12 | file://0003-Extract-extension-ABI-name-resolvation-code-as-helpe.patch \ | 12 | file://0003-Extract-extension-ABI-name-resolvation-code-as-helpe.patch \ |
| 13 | file://0004-Fix-cross-compilation-issue-with-linux-ppc-architect.patch \ | 13 | file://0004-Fix-cross-compilation-issue-with-linux-ppc-architect.patch \ |
| 14 | file://0005-Fix-cross-compilation-issue-with-linux-mips64-archit.patch \ | 14 | file://0005-Fix-cross-compilation-issue-with-linux-mips64-archit.patch \ |
| 15 | file://0001-build_context-improve-wheel-reproducibility-by-sorti.patch \ | ||
| 15 | " | 16 | " |
| 16 | 17 | ||
| 17 | S = "${WORKDIR}/maturin-${PV}" | 18 | S = "${WORKDIR}/maturin-${PV}" |
