summaryrefslogtreecommitdiffstats
path: root/meta/classes/pip_install_wheel.bbclass
Commit message (Expand)AuthorAgeFilesLines
* meta: rename pip_install_wheel.bbclass to python_pep517.bbclassRoss Burton2022-03-131-49/+0
* pip_install_wheel: add a generic do_install for bootstrappingRoss Burton2022-03-111-0/+6
* pip_install_wheel: install wheel with a globRoss Burton2022-03-101-12/+8
* pip_install_wheel: generate the wheels in directory we control outside of SRoss Burton2022-03-101-1/+6
* pip_install_wheel: don't lazy assign PIPINSTALLARGSRoss Burton2022-03-081-1/+1
* pip_install_wheel: clean upRoss Burton2022-03-081-12/+4
* pip_install_wheel: improve wheel handlingKonrad Weihmann2022-03-021-3/+5
* pip_install_wheel: Use BPN instead of PN to construct PYPI_PACKAGE defaultRichard Purdie2022-02-261-1/+1
* pip_install_wheel: improved wheel filename guessTim Orling2022-02-251-1/+5
* pip_install_wheel: Use --ignore-installed for pipRichard Purdie2022-02-251-1/+1
* pip_install_wheel: Recompile modified filesRichard Purdie2022-02-251-0/+5
* pip_install_wheel.bbclass: add helper classTim Orling2022-02-251-0/+39