mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Add a patch to use PYTHON_INCLUDE_DIR to find Python Interpreter and Development.Module as suggested by Stephan Kulow: https://github.com/scikit-build/scikit-build-core/issues/952#issuecomment-2554058930 This work was sponsored by GOVCERT.LU. Suggested-by: Stephan Kulow <stephan.kulow@siemens.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.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] = "04cbb59fe795202a7eeede1849112ee9dcbf3469feebd9b8b36aa541336ac4f8"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|