summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-16 18:32:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-17 16:43:04 +0000
commitc0e4ca3c7841028a658f21c11619228022d425b4 (patch)
tree0a87a7cd800fd7ea1021d876451fafbb23d4efcd /meta/classes
parent39a05e44f232775560ad79e49ffe4fb17ed6533c (diff)
downloadopenembedded-core-contrib-c0e4ca3c7841028a658f21c11619228022d425b4.tar.gz
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. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/python_flit_core.bbclass (renamed from meta/classes/flit_core.bbclass)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/flit_core.bbclass b/meta/classes/python_flit_core.bbclass
index 81fdf93e47..eef361bb1b 100644
--- a/meta/classes/flit_core.bbclass
+++ b/meta/classes/python_flit_core.bbclass
@@ -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 () {
:
}