diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-13 09:40:11 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-14 09:41:35 -0700 |
commit | 49ae33aba52ebb76251db4cac713633836d0914a (patch) | |
tree | 91859ce8a9f7feb9b83f16967bbcab42daf73a94 /meta-python | |
parent | 0e409b3ceddf33353ae588ffd34906a93578db8f (diff) | |
download | meta-openembedded-49ae33aba52ebb76251db4cac713633836d0914a.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb (renamed from meta-python/recipes-devtools/python/python3-cmake_3.26.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.26.3.bb b/meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb index 8e924acd38..c66c777574 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_3.26.3.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_3.26.4.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] = "b54cde1f1c0573321b22382bd2ffaf5d08f65188572d128cd4867fb9669723c5" | 14 | SRC_URI[sha256sum] = "d45b30b9ce7280829888c78650177ab525df2b6785e1a5b3d82b4c147d828c0e" |
15 | 15 | ||
16 | SRC_URI += " \ | 16 | SRC_URI += " \ |
17 | file://CMakeLists.txt \ | 17 | file://CMakeLists.txt \ |