mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
As PEP517 doesn't have an explicit configure step, we can stub out the do_configure task once instead of the calling classes doing it. (From OE-Core rev: fd17edbd00f1583eb9e1912ab269dd4dc2631a6f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
inherit python_pep517 python3native setuptools3-base
|
|
|
|
DEPENDS += "python3-poetry-core-native"
|
|
|
|
PEP517_BUILD_API = "poetry.core.masonry.api"
|