diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2023-06-02 23:38:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-13 22:10:32 +0100 |
commit | aa089c8e9fd53ccb5361bfa7dad228af1c0b4a9b (patch) | |
tree | becd41314ba95442af0cfd9da40a32165835d2f1 | |
parent | 43c23eebc912e03c1c0b40a34b15f872ea638723 (diff) | |
download | poky-aa089c8e9fd53ccb5361bfa7dad228af1c0b4a9b.tar.gz |
cmake: upgrade to v3.26.4
(From OE-Core rev: 0bdd56bd556a181548318c332db8205647336093)
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.26.4.bb (renamed from meta/recipes-devtools/cmake/cmake-native_3.26.3.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_3.26.4.bb (renamed from meta/recipes-devtools/cmake/cmake_3.26.3.bb) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.26.3.bb b/meta/recipes-devtools/cmake/cmake-native_3.26.4.bb index 2177aa81a4..2177aa81a4 100644 --- a/meta/recipes-devtools/cmake/cmake-native_3.26.3.bb +++ b/meta/recipes-devtools/cmake/cmake-native_3.26.4.bb | |||
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 2b6554690b..7788a5c45a 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc | |||
@@ -19,7 +19,7 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" | |||
19 | SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ | 19 | SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[sha256sum] = "bbd8d39217509d163cb544a40d6428ac666ddc83e22905d3e52c925781f0f659" | 22 | SRC_URI[sha256sum] = "313b6880c291bd4fe31c0aa51d6e62659282a521e695f30d5cc0d25abbd5c208" |
23 | 23 | ||
24 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" | 24 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" |
25 | 25 | ||
diff --git a/meta/recipes-devtools/cmake/cmake_3.26.3.bb b/meta/recipes-devtools/cmake/cmake_3.26.4.bb index bb7ed83e30..bb7ed83e30 100644 --- a/meta/recipes-devtools/cmake/cmake_3.26.3.bb +++ b/meta/recipes-devtools/cmake/cmake_3.26.4.bb | |||