]> code.ossystems Code Review - openembedded-core.git/commit
pip_install_wheel: install wheel with a glob
authorRoss Burton <ross@burtonini.com>
Wed, 9 Mar 2022 16:51:13 +0000 (16:51 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Mar 2022 13:06:22 +0000 (13:06 +0000)
commite6e4c63bbdd09d91428e55cb5a852170511f05cc
tree37d55fb116fa553b56167b73c0290a1a2b24e053
parent8e7ae4246aa8dedd8a128c34450d4c1f60e2224a
pip_install_wheel: install wheel with a glob

Now that the build systems that use pip_install_wheel are all building
their wheel into a directory that we knew was empty before, we can just
install *.whl and not need to know the precise names.

By design a pyproject.toml will always build a single wheel, so there
shouldn't be any way for this to end up installing more than expected.

This obsoletes PIP_INSTALL_PACKAGE and PYPA_WHEEL, neither of which are
needed anymore.

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