]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
classes/python_pep517: implement a standard do_compile
authorRoss Burton <ross@burtonini.com>
Wed, 16 Mar 2022 18:32:37 +0000 (18:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Mar 2022 16:43:04 +0000 (16:43 +0000)
commit862f68f3a05ce48834f4903d9f9a213684061779
tree9d07ff6b02cad6757a6673508b5d5b6500044343
parent0d3e07177e99d925f2807b85d16596455944d0a5
classes/python_pep517: implement a standard do_compile

As all PEP517-compliant build systems have a universal API, we can ask
that users of this class set PEP517_BUILD_API to the class that implements
this API and call it ourselves, instead of users needing to implement
near-identical do_compile tasks themselves.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/python_pep517.bbclass