summaryrefslogtreecommitdiffstats
path: root/meta/classes/python_flit_core.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-16 18:32:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-17 16:43:04 +0000
commitfd17edbd00f1583eb9e1912ab269dd4dc2631a6f (patch)
tree655ef8867f37649c56427bac126e3ac8f9cd906a /meta/classes/python_flit_core.bbclass
parentc0e4ca3c7841028a658f21c11619228022d425b4 (diff)
downloadopenembedded-core-contrib-fd17edbd00f1583eb9e1912ab269dd4dc2631a6f.tar.gz
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. 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.bbclass6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/classes/python_flit_core.bbclass b/meta/classes/python_flit_core.bbclass
index eef361bb1b..96652aa204 100644
--- a/meta/classes/python_flit_core.bbclass
+++ b/meta/classes/python_flit_core.bbclass
@@ -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