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: fix pycriu build of wheel | Tim Orling | 2024-03-15 | 1 | -0/+30 |
Inherit python_setuptools_build_meta instead of setuptools3, as this is the build-backend declared in the pyproject.toml We seem to need python3-protobuf-native as a DEPENDS, but then the dependency check complains because our version in meta-python is python3-protobuf_4.25.bb Workaround this (for now?) by telling python3 -m build to --skip-dependency-check This allows criu to _build_. Whether it is functional and proper is a different story. Signed-off-by: Tim Orling <tim.orling@konsulko.com> |