From: Ross Burton Date: Thu, 25 Jul 2024 15:30:27 +0000 (+0100) Subject: insane: add pep517-backend to WARN_QA X-Git-Tag: yocto-5.2~2251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27597d986ad7b3a6c2d36150a163951be7c640f1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane: add pep517-backend to WARN_QA Enable the new pep517-backend warning from setuptools3, initially as a warning so as not to break builds straight away. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/classes-global/insane.bbclass b/meta/classes-global/insane.bbclass index 7bf33f9bc0f..ad38879fa4b 100644 --- a/meta/classes-global/insane.bbclass +++ b/meta/classes-global/insane.bbclass @@ -26,7 +26,7 @@ # Elect whether a given type of error is a warning or error, they may # have been set by other files. -WARN_QA ?= "32bit-time native-last" +WARN_QA ?= "32bit-time native-last pep517-backend" ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \ textrel incompatible-license files-invalid \ infodir build-deps src-uri-bad symlink-to-sysroot multilib \