diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-23 11:12:28 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-23 22:59:03 +0000 |
| commit | b3cf48d741c02295a6a9b2d08ddd57074e65eeb6 (patch) | |
| tree | 4430cf5638f5a0b2fa06972c01c4fcb24807b7ab /meta/recipes-devtools/python/python3-poetry-core_1.4.0.bb | |
| parent | 55dbedbd242221ad1a3fa8aceb6789524193ae1a (diff) | |
| download | poky-b3cf48d741c02295a6a9b2d08ddd57074e65eeb6.tar.gz | |
python3-poetry-core: Fix determinism issue breaking reproducibility
Fix failing builds due to a reproducibility issue by adding a patch to sort
globbing, submitted upstream.
[YCOTO #14993]
[YCOTO #14994]
(From OE-Core rev: ad6cc43ca99d8629365fcff790becbc7103da9ec)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-poetry-core_1.4.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-poetry-core_1.4.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-poetry-core_1.4.0.bb b/meta/recipes-devtools/python/python3-poetry-core_1.4.0.bb index 22a6a2a477..8a95022012 100644 --- a/meta/recipes-devtools/python/python3-poetry-core_1.4.0.bb +++ b/meta/recipes-devtools/python/python3-poetry-core_1.4.0.bb | |||
| @@ -26,6 +26,8 @@ inherit python_poetry_core pypi | |||
| 26 | PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}" | 26 | PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}" |
| 27 | S = "${WORKDIR}/poetry_core-${PV}" | 27 | S = "${WORKDIR}/poetry_core-${PV}" |
| 28 | 28 | ||
| 29 | SRC_URI += "file://deterministic.patch" | ||
| 30 | |||
| 29 | RDEPENDS:${PN}:append:class-target = "\ | 31 | RDEPENDS:${PN}:append:class-target = "\ |
| 30 | python3-compression \ | 32 | python3-compression \ |
| 31 | python3-core \ | 33 | python3-core \ |
