mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-28 23:30:21 +00:00
dc537b280bcd56471356519dbc254c875ec361f6
The 9.1.0 pyproject.toml sets build-backend = "uv_build" and lists only uv_build in its build-system requires, but the recipe inherited python_setuptools_build_meta and added python3-uv-build-native to DEPENDS by hand. Inherit python_uv_build instead, which drops the unused setuptools, wheel and setuptools-scm dependencies and the setuptools specific do_configure[cleandirs] workaround that came with the old class. The patch capped uv_build at <0.12.0, which the 0.11.32 -> 0.12.1 upgrade in oe-core invalidated. This bound has now broken twice, and there is only ever one uv-build in the sysroot, so drop the upper bound rather than raise it again. Verified on aarch64 for qemuarm64: do_compile and do_package succeed. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj raj.khem@gmail.com
This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Description
Languages
BitBake
86.2%
Shell
5.9%
C
2.8%
Roff
1.9%
NASL
1.7%
Other
1.3%