From 49ae33aba52ebb76251db4cac713633836d0914a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jun 2023 09:40:11 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-cmake_3.26.3.bb | 37 ---------------------- .../python/python3-cmake_3.26.4.bb | 37 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cmake_3.26.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.26.3.bb b/meta-python/recipes-devtools/python/python3-cmake_3.26.3.bb deleted file mode 100644 index 8e924acd38..0000000000 --- a/meta-python/recipes-devtools/python/python3-cmake_3.26.3.bb +++ /dev/null @@ -1,37 +0,0 @@ -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] = "b54cde1f1c0573321b22382bd2ffaf5d08f65188572d128cd4867fb9669723c5" - -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" diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb b/meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb new file mode 100644 index 0000000000..c66c777574 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb @@ -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" -- cgit v1.2.3-54-g00ecf