Patrick Georgi submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Stefan Reinauer: Looks good to me, approved
crossgcc: Upgrade cmake to version 3.16.2

Change-Id: I2012f0adcb348a3ea6c50c361a49a0a600d3db3d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38162
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.16.0.tar.gz.cksum
A util/crossgcc/sum/cmake-3.16.2.tar.gz.cksum
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index b3b92d4..ab2ea89 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -64,7 +64,7 @@
# CLANG version number
CLANG_VERSION=9.0.0
MAKE_VERSION=4.2.1
-CMAKE_VERSION=3.16.0
+CMAKE_VERSION=3.16.2
NASM_VERSION=2.14.02

# GCC toolchain archive locations
diff --git a/util/crossgcc/sum/cmake-3.16.0.tar.gz.cksum b/util/crossgcc/sum/cmake-3.16.0.tar.gz.cksum
deleted file mode 100644
index 0adcc1a..0000000
--- a/util/crossgcc/sum/cmake-3.16.0.tar.gz.cksum
+++ /dev/null
@@ -1 +0,0 @@
-9943ebbbf076bbe1b54c7dadcd6df28ad0d241ed tarballs/cmake-3.16.0.tar.gz
diff --git a/util/crossgcc/sum/cmake-3.16.2.tar.gz.cksum b/util/crossgcc/sum/cmake-3.16.2.tar.gz.cksum
new file mode 100644
index 0000000..c5190b2
--- /dev/null
+++ b/util/crossgcc/sum/cmake-3.16.2.tar.gz.cksum
@@ -0,0 +1 @@
+f514dbd9aa8332a28ba62dd8ce97b0aa0b099491 tarballs/cmake-3.16.2.tar.gz

To view, visit change 38162. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2012f0adcb348a3ea6c50c361a49a0a600d3db3d
Gerrit-Change-Number: 38162
Gerrit-PatchSet: 6
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Idwer Vollering <vidwer@gmail.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer@coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged