Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | criu: patch cleanups | Bruce Ashfield | 2024-03-15 | 1 | -0/+2 |
| | | | | | | Adding Upstream-Status and reformatting some of the long logs. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | criu: build and install wheels | Tim Orling | 2024-03-15 | 1 | -0/+75 |
Mimic what we do with python_pep517.bbclass in do_compile (python3 -m build) and do_install (python3 -m install) to build and install wheels and avoid the heavy handed pip install usage. FIXME: even though lib/pycriu/version.py is properly being dynamically generated, setuptools/config/expand.py is failing to detect the __version__ attr. Signed-off-by: Tim Orling <tim.orling@konsulko.com> |