classes/python_pep517: consolidate stub do_configure

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.

(From OE-Core rev: fd17edbd00f1583eb9e1912ab269dd4dc2631a6f)

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:43 +00:00
committed by Richard Purdie
parent 6f5ee7fffb
commit 7fee41dcef
4 changed files with 7 additions and 19 deletions

View File

@@ -3,9 +3,3 @@ inherit python_pep517 python3native python3-dir setuptools3-base
DEPENDS += "python3 python3-flit-core-native"
PEP517_BUILD_API = "flit_core.buildapi"
python_flit_core_do_configure () {
:
}
EXPORT_FUNCTIONS do_configure