diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-24 17:26:08 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-24 08:23:08 -0800 |
commit | 1e3a154a427a0fbdf6b500ab7196cdd396563656 (patch) | |
tree | 73629a8d8c849015eca1a3432bb09fdf3621efae /meta-python | |
parent | bcf95e00ab7cff8112a834b8f60c40d34a0063f2 (diff) | |
download | meta-openembedded-1e3a154a427a0fbdf6b500ab7196cdd396563656.tar.gz |
python3-cmake: upgrade 3.31.1 -> 3.31.2
Changelog:
=========
- [Bot] Update to CMake 3.31.2
- fix: tests
- chore: align minimum cmake version with the one of scikit-build-core
- fix: bootstrap build
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cmake_3.31.2.bb (renamed from meta-python/recipes-devtools/python/python3-cmake_3.31.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.31.1.bb b/meta-python/recipes-devtools/python/python3-cmake_3.31.2.bb index 5e75246ecf..2c2cd02627 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_3.31.1.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_3.31.2.bb | |||
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake" | |||
11 | PYPI_ARCHIVE_NAME_PREFIX = "pypi-" | 11 | PYPI_ARCHIVE_NAME_PREFIX = "pypi-" |
12 | 12 | ||
13 | inherit pypi python_setuptools_build_meta | 13 | inherit pypi python_setuptools_build_meta |
14 | SRC_URI[sha256sum] = "45e09ef6fc5a0d3d4cac11bfee43ba3f9925f301660630d3d1e5457fbe12ecdf" | 14 | SRC_URI[sha256sum] = "16a323fcbb86cf8a10aea82cd4deecb33edb3ed7e8907be8a06933ce04f6e6d1" |
15 | 15 | ||
16 | SRC_URI += " \ | 16 | SRC_URI += " \ |
17 | file://CMakeLists.txt \ | 17 | file://CMakeLists.txt \ |