diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-16 18:16:24 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-21 18:45:46 -0700 |
commit | 9045673b7877160189babbdb4c28825cd6d57992 (patch) | |
tree | 838ed3fb6f911d0a86caab8dc021bba2b4bb277d /meta/recipes-devtools | |
parent | 4622cc08bfd1f195c17b153cc5ff40e939850434 (diff) | |
download | poky-9045673b7877160189babbdb4c28825cd6d57992.tar.gz |
cmake: Upgrade 3.12.1 -> 3.12.2
(From OE-Core rev: a585c51f8107e52cf7fa16b46b889b3f81eca600)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.12.2.bb (renamed from meta/recipes-devtools/cmake/cmake-native_3.12.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_3.12.2.bb (renamed from meta/recipes-devtools/cmake/cmake_3.12.1.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.12.1.bb b/meta/recipes-devtools/cmake/cmake-native_3.12.2.bb index 9a1390f96d..9a1390f96d 100644 --- a/meta/recipes-devtools/cmake/cmake-native_3.12.1.bb +++ b/meta/recipes-devtools/cmake/cmake-native_3.12.2.bb | |||
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 4c30162c19..09e28b73dd 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc | |||
@@ -18,7 +18,7 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ | |||
18 | file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \ | 18 | file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI[md5sum] = "10109246a51102bfda45ff3935275fbf" | 21 | SRC_URI[md5sum] = "6e7c550cfa1c2e216b35903dc70d80af" |
22 | SRC_URI[sha256sum] = "c53d5c2ce81d7a957ee83e3e635c8cda5dfe20c9d501a4828ee28e1615e57ab2" | 22 | SRC_URI[sha256sum] = "0f97485799e51a7070cc11494f3e02349b0fc3a24cc12b082e737bf67a0581a4" |
23 | 23 | ||
24 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" | 24 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" |
diff --git a/meta/recipes-devtools/cmake/cmake_3.12.1.bb b/meta/recipes-devtools/cmake/cmake_3.12.2.bb index e0457677e8..e0457677e8 100644 --- a/meta/recipes-devtools/cmake/cmake_3.12.1.bb +++ b/meta/recipes-devtools/cmake/cmake_3.12.2.bb | |||