]> code.ossystems Code Review - openembedded-core.git/commitdiff
cmake: Upgrade to 3.9.5
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 8 Nov 2017 13:17:15 +0000 (11:17 -0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Nov 2017 14:44:31 +0000 (14:44 +0000)
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.9.5.bb [moved from meta/recipes-devtools/cmake/cmake-native_3.9.3.bb with 100% similarity]
meta/recipes-devtools/cmake/cmake.inc
meta/recipes-devtools/cmake/cmake_3.9.5.bb [moved from meta/recipes-devtools/cmake/cmake_3.9.3.bb with 100% similarity]

index 092ac74610b669973f8d94fe4a7f313f53550107..8d65ac569032482b50e1b1a85a73d422020dc5de 100644 (file)
@@ -17,8 +17,8 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
            file://0001-FindCUDA-Use-find_program-if-find_host_program-is-no.patch \
            "
 
-SRC_URI[md5sum] = "cb0f19828461904c72ed6a1e55459d03"
-SRC_URI[sha256sum] = "8eaf75e1e932159aae98ab5e7491499545554be62a08cbcbc7c75c84b999f28a"
+SRC_URI[md5sum] = "0922130d0e0c142a88e58c6e4fef4d7d"
+SRC_URI[sha256sum] = "6220c1683b4e6bb8f38688fa3ffb17a7cf39f36317c2ddfdc3f12f09d086c166"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"