HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33053
Change subject: crossgcc: Upgrade CMake to 3.14.4 ......................................................................
crossgcc: Upgrade CMake to 3.14.4
Change: "In CMake 3.14.0 through 3.14.3, calling target_link_libraries() to add PRIVATE dependencies to a static library created in another directory (under policy CMP0079 NEW behavior) would incorrectly propagate usage requirements of those dependencies to dependents that link the static library. This has been fixed. The bug also existed in 3.13.0 through 3.13.4 and is fixed in 3.13.5."
Change-Id: Ic9db9050bec45d33d56ee53e3692276494f306de Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc D util/crossgcc/sum/cmake-3.14.2.tar.gz.cksum A util/crossgcc/sum/cmake-3.14.4.tar.gz.cksum 3 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/33053/1
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index fd5ce43..e99e1d3 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -60,7 +60,7 @@ # CLANG version number CLANG_VERSION=8.0.0 MAKE_VERSION=4.2.1 -CMAKE_VERSION=3.14.2 +CMAKE_VERSION=3.14.4
# GCC toolchain archive locations # These are sanitized by the jenkins toolchain test builder, so if diff --git a/util/crossgcc/sum/cmake-3.14.2.tar.gz.cksum b/util/crossgcc/sum/cmake-3.14.2.tar.gz.cksum deleted file mode 100644 index 6369ac3..0000000 --- a/util/crossgcc/sum/cmake-3.14.2.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -94ef8e36fa93edaf6f194e0ce0065ea769b3e57c tarballs/cmake-3.14.2.tar.gz diff --git a/util/crossgcc/sum/cmake-3.14.4.tar.gz.cksum b/util/crossgcc/sum/cmake-3.14.4.tar.gz.cksum new file mode 100644 index 0000000..c292411 --- /dev/null +++ b/util/crossgcc/sum/cmake-3.14.4.tar.gz.cksum @@ -0,0 +1 @@ +c4a25807bf80ccd4219aeb75de9a822c4d07f5b8 tarballs/cmake-3.14.4.tar.gz