mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 09:52:39 +02:00
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>
This commit is contained in:
@@ -26,6 +26,8 @@ inherit python_poetry_core pypi
|
||||
PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}"
|
||||
S = "${WORKDIR}/poetry_core-${PV}"
|
||||
|
||||
SRC_URI += "file://deterministic.patch"
|
||||
|
||||
RDEPENDS:${PN}:append:class-target = "\
|
||||
python3-compression \
|
||||
python3-core \
|
||||
|
||||
Reference in New Issue
Block a user