mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
Instead of implementing our own do_compile, set PEP517_BUILD_API and use the generic do_compile. (From OE-Core rev: e38afe528f25038f5adb7a7a94a1e007011696ee) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
inherit python_pep517 python3native setuptools3-base
|
|
|
|
DEPENDS += "python3-poetry-core-native"
|
|
|
|
PEP517_BUILD_API = "poetry.core.masonry.api"
|
|
|
|
python_poetry_core_do_configure () {
|
|
:
|
|
}
|
|
|
|
EXPORT_FUNCTIONS do_configure
|