From: Michael Nosthoff via buildroot <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: Stephan Hoffmann <sho@relinux.de>
Subject: [Buildroot] [PATCH] package/gtest: bump to version 1.17.0
Date: Fri, 16 May 2025 14:33:35 +0200 [thread overview]
Message-ID: <20250516123337.799148-2-buildroot@heine.tech> (raw)
- bump gcc minimum to 7 as C++17 support is mandatory
Release Notes: https://github.com/google/googletest/releases
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
package/gtest/Config.in | 6 +++---
package/gtest/gtest.hash | 2 +-
package/gtest/gtest.mk | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/gtest/Config.in b/package/gtest/Config.in
index 25d756f72c..695e504aa2 100644
--- a/package/gtest/Config.in
+++ b/package/gtest/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_GTEST
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_INSTALL_LIBSTDCPP
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # C++14
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
depends on BR2_USE_MMU # fork()
help
Google's framework for writing C++ tests on a variety of
@@ -44,7 +44,7 @@ config BR2_PACKAGE_GTEST_GMOCK
endif # BR2_PACKAGE_GTEST
-comment "gtest needs a toolchain w/ C++, wchar, threads, gcc >= 5"
+comment "gtest needs a toolchain w/ C++, wchar, threads, gcc >= 7"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
- !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_5
+ !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_7
diff --git a/package/gtest/gtest.hash b/package/gtest/gtest.hash
index d7c1c15921..95cd4adc85 100644
--- a/package/gtest/gtest.hash
+++ b/package/gtest/gtest.hash
@@ -1,3 +1,3 @@
# Locally computed:
-sha256 78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399 gtest-1.16.0.tar.gz
+sha256 65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c gtest-1.17.0.tar.gz
sha256 9702de7e4117a8e2b20dafab11ffda58c198aede066406496bef670d40a22138 LICENSE
diff --git a/package/gtest/gtest.mk b/package/gtest/gtest.mk
index 77b2c7aa0e..1eab9371a1 100644
--- a/package/gtest/gtest.mk
+++ b/package/gtest/gtest.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GTEST_VERSION = 1.16.0
+GTEST_VERSION = 1.17.0
GTEST_SITE = $(call github,google,googletest,v$(GTEST_VERSION))
GTEST_INSTALL_STAGING = YES
GTEST_INSTALL_TARGET = NO
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2025-05-16 12:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-16 12:33 Michael Nosthoff via buildroot [this message]
2025-07-20 13:39 ` [Buildroot] [PATCH] package/gtest: bump to version 1.17.0 Julien Olivain via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250516123337.799148-2-buildroot@heine.tech \
--to=buildroot@buildroot.org \
--cc=buildroot@heine.tech \
--cc=sho@relinux.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.