diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-27 22:16:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-29 16:28:36 +0100 |
commit | 660a2b541c3bb4093e1b766a9233e29604c9a92a (patch) | |
tree | 1a3e5cc589fceb245e083abec0cb9ecfee4c1b67 /meta/recipes-devtools/cmake | |
parent | 6487b06bd07b3b9190f069ab649f84ec97aaa8f2 (diff) | |
download | poky-660a2b541c3bb4093e1b766a9233e29604c9a92a.tar.gz |
cmake: update 3.24.0 -> 3.24.2
(From OE-Core rev: ebd026f5fe81728dd7373ce8d532b60eab32326f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.24.2.bb (renamed from meta/recipes-devtools/cmake/cmake-native_3.24.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_3.24.2.bb (renamed from meta/recipes-devtools/cmake/cmake_3.24.0.bb) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.24.0.bb b/meta/recipes-devtools/cmake/cmake-native_3.24.2.bb index bcc87eb8f2..bcc87eb8f2 100644 --- a/meta/recipes-devtools/cmake/cmake-native_3.24.0.bb +++ b/meta/recipes-devtools/cmake/cmake-native_3.24.2.bb | |||
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index d64afffdc1..1ede8eee61 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc | |||
@@ -21,7 +21,7 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ | |||
21 | file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \ | 21 | file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI[sha256sum] = "c2b61f7cdecb1576cad25f918a8f42b8685d88a832fd4b62b9e0fa32e915a658" | 24 | SRC_URI[sha256sum] = "0d9020f06f3ddf17fb537dc228e1a56c927ee506b486f55fe2dc19f69bf0c8db" |
25 | 25 | ||
26 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" | 26 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" |
27 | 27 | ||
diff --git a/meta/recipes-devtools/cmake/cmake_3.24.0.bb b/meta/recipes-devtools/cmake/cmake_3.24.2.bb index bb7ed83e30..bb7ed83e30 100644 --- a/meta/recipes-devtools/cmake/cmake_3.24.0.bb +++ b/meta/recipes-devtools/cmake/cmake_3.24.2.bb | |||