]> code.ossystems Code Review - openembedded-core.git/commitdiff
cmake: update to 3.7.1
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 15 Dec 2016 12:48:00 +0000 (14:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 17 Dec 2016 09:56:43 +0000 (09:56 +0000)
(From OE-Core rev: 1e15dea62cacdd5c3c1158962a55ca44cfb1726b)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/cmake/cmake-native_3.7.1.bb [moved from meta/recipes-devtools/cmake/cmake-native_3.7.0.bb with 100% similarity]
meta/recipes-devtools/cmake/cmake.inc
meta/recipes-devtools/cmake/cmake_3.7.1.bb [moved from meta/recipes-devtools/cmake/cmake_3.7.0.bb with 100% similarity]

index 40255d9da353a46ae757c61ac673c94ee2caa1ba..18e547de0ccfc1abb432c9271c66de76c77e1088 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] = "3801dc4e54c1c957a7378d8b0d4254ba"
-SRC_URI[sha256sum] = "ed63e05c41aeb6c036e503114ab15847f29c312f9f21f5f1a7060a4b4ec2fb31"
+SRC_URI[md5sum] = "d031d5a06e9f1c5367cdfc56fbd2a1c8"
+SRC_URI[sha256sum] = "449a5bce64dbd4d5b9517ebd1a1248ed197add6ad27934478976fd5f1f9330e1"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"