mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-cmake: upgrade 3.26.3 -> 3.26.4
Changelog:
==========
chore(deps): bump cmake from 3.26.1 to 3.26.3
chore(deps): update pre-commit hooks
chore: remove unused requirements-deploy.txt
chore(deps): bump pypa/cibuildwheel from 2.12.1 to 2.12.3
chore(deps): update pre-commit hooks
chore(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to release/v1
chore: only bump OpenSSL to 3.0.x (current LTS version)
Update to CMake 3.26.4
chore: use trusted publisher deployment
chore(deps): update pre-commit hooks
chore(deps): bump pypa/cibuildwheel from 2.12.3 to 2.13.0
Update to OpenSSL 3.0.9
fix(cross-compile): Fix download of arm64 CMake binaries
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
37
meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb
Normal file
37
meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb
Normal file
@@ -0,0 +1,37 @@
|
||||
SUMMARY = "CMake is an open-source, cross-platform family of tools designed to build, test and package software"
|
||||
LICENSE = "BSD-3-Clause & Apache-2.0"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE_BSD_3;md5=9134cb61aebbdd79dd826ccb9ae6afcd \
|
||||
file://LICENSE_Apache_20;md5=19cbd64715b51267a47bf3750cc6a8a5 \
|
||||
"
|
||||
|
||||
DEPENDS = "ninja-native cmake-native python3-scikit-build-native"
|
||||
|
||||
PYPI_PACKAGE = "cmake"
|
||||
PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
SRC_URI[sha256sum] = "d45b30b9ce7280829888c78650177ab525df2b6785e1a5b3d82b4c147d828c0e"
|
||||
|
||||
SRC_URI += " \
|
||||
file://CMakeLists.txt \
|
||||
file://run-cmake-from-path.patch \
|
||||
"
|
||||
|
||||
addtask do_patchbuild after do_patch before do_configure
|
||||
|
||||
do_patchbuild () {
|
||||
rm -f ${S}/CMakeLists.txt
|
||||
cp ${WORKDIR}/CMakeLists.txt ${S}/
|
||||
}
|
||||
|
||||
do_install:append () {
|
||||
rm -rf ${D}${bindir}
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
cmake \
|
||||
python3-scikit-build \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user