From 116e876ffdb32d107271bb35e15a5ad951f64f65 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Mon, 24 Jun 2019 09:57:13 +0200 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../cmake/{cmake-native_3.14.1.bb => cmake-native_3.14.5.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 4 ++-- .../cmake/{cmake_3.14.1.bb => cmake_3.14.5.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/cmake/{cmake-native_3.14.1.bb => cmake-native_3.14.5.bb} (100%) rename meta/recipes-devtools/cmake/{cmake_3.14.1.bb => cmake_3.14.5.bb} (100%) 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 5b0bce6808..da3aadcc0a 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\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 -- 2.40.1