From b660e96c7fe085015fa7ca175346b8a540aa0b4d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Oct 2023 16:35:30 +0800 Subject: python3-cmake: upgrade 3.27.5 -> 3.27.7 Changelog: ============= bump cmake from 3.27.5 to 3.27.6 bump pypa/cibuildwheel from 2.16.1 to 2.16.2 update pre-commit hooks bump ninja from 1.11.1 to 1.11.1.1 update pre-commit hooks Update to CMake 3.27.7 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit c241b3f44c6ef316c322015d3575078a837fde11) Signed-off-by: Armin Kuster --- .../python/python3-cmake_3.27.5.bb | 37 ---------------------- .../python/python3-cmake_3.27.7.bb | 37 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cmake_3.27.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-cmake_3.27.7.bb diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.27.5.bb b/meta-python/recipes-devtools/python/python3-cmake_3.27.5.bb deleted file mode 100644 index ad58c6d1d9..0000000000 --- a/meta-python/recipes-devtools/python/python3-cmake_3.27.5.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] = "101d4e56154658c974e9425acd31f0fedde3ce68b47263fd14f789b028f8a13a" - -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.27.7.bb b/meta-python/recipes-devtools/python/python3-cmake_3.27.7.bb new file mode 100644 index 0000000000..b613fd3a19 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cmake_3.27.7.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] = "9f4a7c7be2a25de5901f045618f41b833ea6c0f647115201d38e4fdf7e2815bc" + +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