mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 08:48:45 +01:00
To be more uniform with the other new Python classes, rename this to python_flit_core and update the recipes that use it. (From OE-Core rev: c0e4ca3c7841028a658f21c11619228022d425b4) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
228 B
Plaintext
12 lines
228 B
Plaintext
inherit python_pep517 python3native python3-dir setuptools3-base
|
|
|
|
DEPENDS += "python3 python3-flit-core-native"
|
|
|
|
PEP517_BUILD_API = "flit_core.buildapi"
|
|
|
|
python_flit_core_do_configure () {
|
|
:
|
|
}
|
|
|
|
EXPORT_FUNCTIONS do_configure
|