summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/setuptools3.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-recipe/setuptools3.bbclass b/meta/classes-recipe/setuptools3.bbclass
index 0adce5e2ec..c2f4b0287c 100644
--- a/meta/classes-recipe/setuptools3.bbclass
+++ b/meta/classes-recipe/setuptools3.bbclass
@@ -23,6 +23,7 @@ python do_check_backend() {
23 msg = f"inherits setuptools3 but has pyproject.toml with {match[1]}, use the correct class" 23 msg = f"inherits setuptools3 but has pyproject.toml with {match[1]}, use the correct class"
24 if "pep517-backend" not in (d.getVar("INSANE_SKIP") or "").split(): 24 if "pep517-backend" not in (d.getVar("INSANE_SKIP") or "").split():
25 oe.qa.handle_error("pep517-backend", msg, d) 25 oe.qa.handle_error("pep517-backend", msg, d)
26 oe.qa.exit_if_errors(d)
26} 27}
27addtask check_backend after do_patch before do_configure 28addtask check_backend after do_patch before do_configure
28 29