diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-19 17:02:21 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:22 -0800 |
commit | 6626e21d83edaf797f40bb82d7e8589e48ecf756 (patch) | |
tree | cd885c70c4053c4d9ae30070f39943df7cb02a1b /meta-python | |
parent | 835aa892eca8956da0d11184ada70e70f6d431a0 (diff) | |
download | meta-openembedded-6626e21d83edaf797f40bb82d7e8589e48ecf756.tar.gz |
python3-cmake: upgrade 3.28.1 -> 3.28.3
Changelog:
==========
-chore(deps): bump cmake from 3.27.9 to 3.28.1
-ci: group dependabot updates
-chore(deps): update pre-commit hooks
-chore(deps): bump the actions group with 1 update
-Update to OpenSSL 3.0.13
-chore(ci): use 4 threads to compile on GHA
-Update to CMake 3.28.3
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.28.3.bb (renamed from meta-python/recipes-devtools/python/python3-cmake_3.28.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.28.1.bb b/meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb index a6a7b6c4fc..6b31d0b4f5 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_3.28.1.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_3.28.3.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] = "0d4051d101d151d8387156c463aa45c8cd0e164f870e0ac0c8c91d3ff08528e1" | 14 | SRC_URI[sha256sum] = "a8092815c739da7d6775c26ec30c2645f0fca9527a29e36a682faec7d39cde89" |
15 | 15 | ||
16 | SRC_URI += " \ | 16 | SRC_URI += " \ |
17 | file://CMakeLists.txt \ | 17 | file://CMakeLists.txt \ |