diff options
| author | Ross Burton <ross@burtonini.com> | 2022-03-16 18:32:42 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-17 16:44:33 +0000 |
| commit | 6f5ee7fffb259516d7e715eeb68c89afceb9ef83 (patch) | |
| tree | 46b8755a1dc32d53fec785595cfc900b1c0db74b /meta/classes/python_flit_core.bbclass | |
| parent | fc364f1c559ebf70e69812992bd0e15469ac6917 (diff) | |
| download | poky-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.bbclass | 11 |
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 @@ | |||
| 1 | inherit python_pep517 python3native python3-dir setuptools3-base | ||
| 2 | |||
| 3 | DEPENDS += "python3 python3-flit-core-native" | ||
| 4 | |||
| 5 | PEP517_BUILD_API = "flit_core.buildapi" | ||
| 6 | |||
| 7 | python_flit_core_do_configure () { | ||
| 8 | : | ||
| 9 | } | ||
| 10 | |||
| 11 | EXPORT_FUNCTIONS do_configure | ||
