]> code.ossystems Code Review - openembedded-core.git/commitdiff
cmake: update to 3.6.2
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 18 Oct 2016 13:46:56 +0000 (16:46 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Oct 2016 10:27:33 +0000 (11:27 +0100)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/cmake/cmake-native_3.6.2.bb [moved from meta/recipes-devtools/cmake/cmake-native_3.6.1.bb with 100% similarity]
meta/recipes-devtools/cmake/cmake.inc
meta/recipes-devtools/cmake/cmake_3.6.2.bb [moved from meta/recipes-devtools/cmake/cmake_3.6.1.bb with 100% similarity]

index 821bb81892c99ac16bcf7760970738aafa57afaf..fee511fe4c113c893fab357af198b8b99479db15 100644 (file)
@@ -17,8 +17,8 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
            file://avoid-gcc-warnings-with-Wstrict-prototypes.patch \
            "
 
-SRC_URI[md5sum] = "d6dd661380adacdb12f41b926ec99545"
-SRC_URI[sha256sum] = "28ee98ec40427d41a45673847db7a905b59ce9243bb866eaf59dce0f58aaef11"
+SRC_URI[md5sum] = "139d7affdd4e8ab1edfc9f4322d69e43"
+SRC_URI[sha256sum] = "189ae32a6ac398bb2f523ae77f70d463a6549926cde1544cd9cc7c6609f8b346"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"