]> code.ossystems Code Review - openembedded-core.git/commit
flit_core.bbclass: add helper for newer python packaging
authorTim Orling <ticotimo@gmail.com>
Tue, 22 Feb 2022 19:16:29 +0000 (11:16 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Feb 2022 15:06:46 +0000 (15:06 +0000)
commitf0292098dc5afc62e0cd91d475edeb1784700795
treeb5fa7e91e383a6ac1cd2ba3fc578cb8c933e83ee
parent200ae6b4d54c7235e0a96e2dd4bba1cdd68bd14f
flit_core.bbclass: add helper for newer python packaging

Some python packages now use pyproject.toml and declare
flit_core.buildapi as the build engine

Use pip_install_wheel class to install.

[YOCTO #14638]

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/flit_core.bbclass [new file with mode: 0644]