[oe-commits] [openembedded-core] 06/33: cmake: 3.14.1 -> 3.14.5

git at git.openembedded.org git at git.openembedded.org
Thu Jun 27 11:32:20 UTC 2019


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

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

commit 116e876ffdb32d107271bb35e15a5ad951f64f65
Author: Pascal Bach <pascal.bach at siemens.com>
AuthorDate: Mon Jun 24 09:57:13 2019 +0200

    cmake: 3.14.1 -> 3.14.5
    
    Fixes:
    
    - A bug with Visual Studio 2019
    - An issue with target_link_libraries and PRIVATE
    - An issue with include_directories
    
    Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../cmake/{cmake-native_3.14.1.bb => cmake-native_3.14.5.bb}          | 0
 meta/recipes-devtools/cmake/cmake.inc                                 | 4 ++--
 meta/recipes-devtools/cmake/{cmake_3.14.1.bb => cmake_3.14.5.bb}      | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/cmake/cmake-native_3.14.1.bb b/meta/recipes-devtools/cmake/cmake-native_3.14.5.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake-native_3.14.1.bb
rename to meta/recipes-devtools/cmake/cmake-native_3.14.5.bb
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index 5b0bce6..da3aadc 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://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \
 "
 
-SRC_URI[md5sum] = "7efe5394e85c3292ad020b8b70e55669"
-SRC_URI[sha256sum] = "7321be640406338fc12590609c42b0fae7ea12980855c1be363d25dcd76bb25f"
+SRC_URI[md5sum] = "a8cbfc3510b95ea686b4059d8b1f765c"
+SRC_URI[sha256sum] = "505ae49ebe3c63c595fa5f814975d8b72848447ee13b6613b0f8b96ebda18c06"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
diff --git a/meta/recipes-devtools/cmake/cmake_3.14.1.bb b/meta/recipes-devtools/cmake/cmake_3.14.5.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_3.14.1.bb
rename to meta/recipes-devtools/cmake/cmake_3.14.5.bb

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


More information about the Openembedded-commits mailing list