From 7fee41dcef576312e1f12ef485e9b07b9612569b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 16 Mar 2022 18:32:43 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/classes/python_flit_core.bbclass | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta/classes/python_flit_core.bbclass') 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 -- cgit v1.2.3-54-g00ecf