[oe-commits] [openembedded-core] 07/15: cmake: upgrade 3.10.2 -> 3.10.3

git at git.openembedded.org git at git.openembedded.org
Tue Apr 3 10:11:08 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit ae230e1f858f83d1ff063554b49bd3ee1f880f76
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Sun Apr 1 16:50:37 2018 -0300

    cmake: upgrade 3.10.2 -> 3.10.3
    
    ,----[ Changes in 3.10.3 ]
    | Brad King (1):
    |       CMake 3.10.3
    |
    | Craig Scott (1):
    |       GoogleTest: Rename TIMEOUT parameter to avoid clash
    |
    | Sebastian Holtermann (1):
    |       Autogen: Fix for the empty source file crash in 3.10.2
    |
    | Tianhao Chai (1):
    |       ccmake: fix status line buffer overflow on very wide terminals
    `----
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../cmake/{cmake-native_3.10.2.bb => cmake-native_3.10.3.bb}          | 0
 meta/recipes-devtools/cmake/cmake.inc                                 | 4 ++--
 meta/recipes-devtools/cmake/{cmake_3.10.2.bb => cmake_3.10.3.bb}      | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/cmake/cmake-native_3.10.2.bb b/meta/recipes-devtools/cmake/cmake-native_3.10.3.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake-native_3.10.2.bb
rename to meta/recipes-devtools/cmake/cmake-native_3.10.3.bb
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index 4eaca75..9357079 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -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] = "732808e17fc14dc8cee50d51518c34eb"
-SRC_URI[sha256sum] = "80d0faad4ab56de07aa21a7fc692c88c4ce6156d42b0579c6962004a70a3218b"
+SRC_URI[md5sum] = "1c38c67295ca696aeafd8c059d748b38"
+SRC_URI[sha256sum] = "0c3a1dcf0be03e40cf4f341dda79c96ffb6c35ae35f2f911845b72dab3559cf8"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
diff --git a/meta/recipes-devtools/cmake/cmake_3.10.2.bb b/meta/recipes-devtools/cmake/cmake_3.10.3.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_3.10.2.bb
rename to meta/recipes-devtools/cmake/cmake_3.10.3.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list