HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/32141
Change subject: crossgcc: Update CMake to version 3.14.1 ......................................................................
crossgcc: Update CMake to version 3.14.1
Release Note : https://cmake.org/cmake/help/v3.14/release/3.14.html "The FindFontconfig module added by 3.14.0 accidentally used uppercase FONTCONFIG_* variable names that do not match our conventions. 3.14.1 revises the module to use Fontconfig_* variable names. This is incompatible with 3.14.0 but since the module is new in the 3.14 series usage should not yet be widespread"
Change-Id: Ief7f5e8309597093f061789926bd3bd2ed3aec2d Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc D util/crossgcc/sum/cmake-3.14.0.tar.gz.cksum A util/crossgcc/sum/cmake-3.14.1.tar.gz.cksum 3 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/32141/1
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 8eaba80..d5f792e 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.0 +CMAKE_VERSION=3.14.1
# GCC toolchain archive locations # These are sanitized by the jenkins toolchain test builder, so if diff --git a/util/crossgcc/sum/cmake-3.14.0.tar.gz.cksum b/util/crossgcc/sum/cmake-3.14.0.tar.gz.cksum deleted file mode 100644 index 997b8a0..0000000 --- a/util/crossgcc/sum/cmake-3.14.0.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -30e5423245d98ad98f6ee0c5f73c587846b99d6b tarballs/cmake-3.14.0.tar.gz diff --git a/util/crossgcc/sum/cmake-3.14.1.tar.gz.cksum b/util/crossgcc/sum/cmake-3.14.1.tar.gz.cksum new file mode 100644 index 0000000..33c5c23 --- /dev/null +++ b/util/crossgcc/sum/cmake-3.14.1.tar.gz.cksum @@ -0,0 +1 @@ +f4527f8e2f0d2e62e8c4417b64f11a51de9b9d47 tarballs/cmake-3.14.1.tar.gz
Stefan Reinauer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32141 )
Change subject: crossgcc: Update CMake to version 3.14.2 ......................................................................
Patch Set 2: Code-Review+2
This change is ready for review.
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/32141 )
Change subject: crossgcc: Update CMake to version 3.14.2 ......................................................................
crossgcc: Update CMake to version 3.14.2
Release Note : https://cmake.org/cmake/help/v3.14/release/3.14.html "The FindFontconfig module added by 3.14.0 accidentally used uppercase FONTCONFIG_* variable names that do not match our conventions. 3.14.1 revises the module to use Fontconfig_* variable names. This is incompatible with 3.14.0 but since the module is new in the 3.14 series usage should not yet be widespread"
Change-Id: Ief7f5e8309597093f061789926bd3bd2ed3aec2d Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/32141 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org --- M util/crossgcc/buildgcc D util/crossgcc/sum/cmake-3.14.0.tar.gz.cksum A util/crossgcc/sum/cmake-3.14.2.tar.gz.cksum 3 files changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Stefan Reinauer: Looks good to me, approved
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 12bb23d..5e0199b 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.0 +CMAKE_VERSION=3.14.2
# GCC toolchain archive locations # These are sanitized by the jenkins toolchain test builder, so if diff --git a/util/crossgcc/sum/cmake-3.14.0.tar.gz.cksum b/util/crossgcc/sum/cmake-3.14.0.tar.gz.cksum deleted file mode 100644 index 997b8a0..0000000 --- a/util/crossgcc/sum/cmake-3.14.0.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -30e5423245d98ad98f6ee0c5f73c587846b99d6b tarballs/cmake-3.14.0.tar.gz diff --git a/util/crossgcc/sum/cmake-3.14.2.tar.gz.cksum b/util/crossgcc/sum/cmake-3.14.2.tar.gz.cksum new file mode 100644 index 0000000..6369ac3 --- /dev/null +++ b/util/crossgcc/sum/cmake-3.14.2.tar.gz.cksum @@ -0,0 +1 @@ +94ef8e36fa93edaf6f194e0ce0065ea769b3e57c tarballs/cmake-3.14.2.tar.gz