mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 03:33:02 +01:00
Where there isn't a copyright statement, add one to make it explicit. Also drop editor config lines where they were present. (From OE-Core rev: 880c1ea3edc8edef974e65b2d424fc36809ea034) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
#
|
|
# Copyright OpenEmbedded Contributors
|
|
#
|
|
|
|
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} .
|
|
}
|