]> code.ossystems Code Review - openembedded-core.git/commitdiff
cmake: Upgrade 3.12.1 -> 3.12.2
authorOtavio Salvador <otavio@ossystems.com.br>
Sun, 16 Sep 2018 21:16:24 +0000 (18:16 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Sep 2018 15:15:19 +0000 (08:15 -0700)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/cmake/cmake-native_3.12.2.bb [moved from meta/recipes-devtools/cmake/cmake-native_3.12.1.bb with 100% similarity]
meta/recipes-devtools/cmake/cmake.inc
meta/recipes-devtools/cmake/cmake_3.12.2.bb [moved from meta/recipes-devtools/cmake/cmake_3.12.1.bb with 100% similarity]

index 4c30162c1948115e6ad967bddce597f27dedf943..09e28b73ddd63d7b1daecdadc8f35c00bfb65569 100644 (file)
@@ -18,7 +18,7 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
            file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \
 "
 
-SRC_URI[md5sum] = "10109246a51102bfda45ff3935275fbf"
-SRC_URI[sha256sum] = "c53d5c2ce81d7a957ee83e3e635c8cda5dfe20c9d501a4828ee28e1615e57ab2"
+SRC_URI[md5sum] = "6e7c550cfa1c2e216b35903dc70d80af"
+SRC_URI[sha256sum] = "0f97485799e51a7070cc11494f3e02349b0fc3a24cc12b082e737bf67a0581a4"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"