summaryrefslogtreecommitdiffstats
path: root/meta/classes/python_flit_core.bbclass
AgeCommit message (Collapse)Author
2022-03-17classes/python_pep517: consolidate stub do_configureRoss Burton
As PEP517 doesn't have an explicit configure step, we can stub out the do_configure task once instead of the calling classes doing it. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-03-17classes/flit_core: rename to python_flit_coreRoss Burton
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>