]> code.ossystems Code Review - openembedded-core.git/commitdiff
cmake: Upgrade 3.10.1 -> 3.10.2
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 15 Feb 2018 17:11:16 +0000 (15:11 -0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Feb 2018 10:31:35 +0000 (10:31 +0000)
This is a minor stable update to CMake. This includes following
changes:

,----
c1e087a9d CMake 3.10.2
d592bfc9f Autogen: Ignore not existing source files in cmMakefile
d49986b3b KWIML: Backport RISC-V update to CMake 3.10
9417a6d32 FindPostgreSQL: Add support for PG10
683e9023a Autogen: Fix for problematic nested list separator
9b4d31dc7 cmGraphVizWriter: Updated to create and follow dependers for
|           interface targets
`----

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.10.2.bb [moved from meta/recipes-devtools/cmake/cmake-native_3.10.1.bb with 100% similarity]
meta/recipes-devtools/cmake/cmake.inc
meta/recipes-devtools/cmake/cmake_3.10.2.bb [moved from meta/recipes-devtools/cmake/cmake_3.10.1.bb with 100% similarity]

index 045cce3fd0cb296103f5aae4be9cbd8123ea53fc..4eaca7559715a08a91b9cc6f4add63663e5a383d 100644 (file)
@@ -18,7 +18,7 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
            file://cmake-Prevent-the-detection-of-Qt5.patch \
            "
 
-SRC_URI[md5sum] = "9a726e5ec69618b172aa4b06d18c3998"
-SRC_URI[sha256sum] = "7be36ee24b0f5928251b644d29f5ff268330a916944ef4a75e23ba01e7573284"
+SRC_URI[md5sum] = "732808e17fc14dc8cee50d51518c34eb"
+SRC_URI[sha256sum] = "80d0faad4ab56de07aa21a7fc692c88c4ce6156d42b0579c6962004a70a3218b"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"