1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

classes/flit_core: rename to python_flit_core

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>
This commit is contained in:
Ross Burton
2022-03-16 18:32:42 +00:00
committed by Richard Purdie
parent fc364f1c55
commit 6f5ee7fffb
5 changed files with 5 additions and 5 deletions
@@ -4,7 +4,7 @@ DEPENDS += "python3 python3-flit-core-native"
PEP517_BUILD_API = "flit_core.buildapi"
flit_core_do_configure () {
python_flit_core_do_configure () {
:
}