mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-08-21 16:29:14 +02:00

0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch refreshed for 0.11.5 Changelog: =============== - Improve .gitignore iteration speed - Warn on 3.13.4 on Windows - Add debug logging explaining why a file is included/excluded - Fix a typo in a column-name of the platform-machine table Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
492 B
BlitzBasic
16 lines
492 B
BlitzBasic
SUMMARY = "Build backend for CMake based projects"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b4e748e5f102e31c9390dcd6fa66f09"
|
|
|
|
PYPI_PACKAGE = "scikit_build_core"
|
|
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
|
|
|
DEPENDS = "python3-hatch-vcs-native"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
SRC_URI += "file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch"
|
|
SRC_URI[sha256sum] = "8f0a1edb86cb087876f3c699d2a2682012efd8867b390ed37355f13949d0628e"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|