summaryrefslogtreecommitdiffstats
path: root/meta/classes/python_flit_core.bbclass
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:44:33 +0000
commit6f5ee7fffb259516d7e715eeb68c89afceb9ef83 (patch)
tree46b8755a1dc32d53fec785595cfc900b1c0db74b /meta/classes/python_flit_core.bbclass
parentfc364f1c559ebf70e69812992bd0e15469ac6917 (diff)
downloadpoky-6f5ee7fffb259516d7e715eeb68c89afceb9ef83.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. (From OE-Core rev: c0e4ca3c7841028a658f21c11619228022d425b4) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/python_flit_core.bbclass')
-rw-r--r--meta/classes/python_flit_core.bbclass11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/classes/python_flit_core.bbclass b/meta/classes/python_flit_core.bbclass
new file mode 100644
index 0000000000..eef361bb1b
--- /dev/null
+++ b/meta/classes/python_flit_core.bbclass
@@ -0,0 +1,11 @@
1inherit python_pep517 python3native python3-dir setuptools3-base
2
3DEPENDS += "python3 python3-flit-core-native"
4
5PEP517_BUILD_API = "flit_core.buildapi"
6
7python_flit_core_do_configure () {
8 :
9}
10
11EXPORT_FUNCTIONS do_configure