Files
poky/meta/classes/python_poetry_core.bbclass
Ross Burton 49fe9edcde classes/python_poetry_core: use python_pep517_do_compile
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>
2022-03-17 16:44:33 +00:00

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