diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-03-12 18:59:28 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:32 -0700 |
| commit | ba180ee1480600f3151bdbe6ebe887bd6a06997a (patch) | |
| tree | 61fff253216b1e2d5699401851ae40010b3d609e /meta-python/recipes-devtools/python/python3-scikit-build-core_0.12.2.bb | |
| parent | ab8740596c59c56f667611877d6fd48675910020 (diff) | |
| download | meta-openembedded-ba180ee1480600f3151bdbe6ebe887bd6a06997a.tar.gz | |
python3-scikit-build-core: upgrade 0.11.6 -> 0.12.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-scikit-build-core_0.12.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-scikit-build-core_0.12.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.12.2.bb b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.12.2.bb new file mode 100644 index 0000000000..d7f8aacd97 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.12.2.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Build backend for CMake based projects" | ||
| 2 | LICENSE = "Apache-2.0" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b4e748e5f102e31c9390dcd6fa66f09" | ||
| 4 | |||
| 5 | PYPI_PACKAGE = "scikit_build_core" | ||
| 6 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 7 | |||
| 8 | DEPENDS = "python3-hatch-vcs-native" | ||
| 9 | |||
| 10 | inherit pypi python_hatchling | ||
| 11 | |||
| 12 | SRC_URI += " \ | ||
| 13 | file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch \ | ||
| 14 | file://0001-Find-cmake-from-PATH-instead-of-CMAKE_BIN_DIR.patch \ | ||
| 15 | " | ||
| 16 | SRC_URI[sha256sum] = "562e0bbc9de1a354c87825ccf732080268d6582a0200f648e8c4a2dcb1e3736d" | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
