mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
This variable is no longer used, so remove it from the python_* classes. (From OE-Core rev: 49b6c5a656eecbc51489823e37bc07918173e8d2) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
inherit python_pep517 python3native python3-dir setuptools3-base
|
|
|
|
DEPENDS += "python3 python3-flit-core-native"
|
|
|
|
python_flit_core_do_manual_build () {
|
|
cd ${PEP517_SOURCE_PATH}
|
|
nativepython3 -m flit_core.wheel --outdir ${PEP517_WHEEL_PATH} .
|
|
}
|