[Buildroot] [PATCH v2 1/2] package/mpd: correct typo in help message

Andreas Ziegler br015 at umbiko.net
Mon Nov 15 12:32:11 UTC 2021


Signed-off-by: Andreas Ziegler <br015 at umbiko.net>
---
Changes v1 -> v2 (after review by Thomas Petazzoni):
 - Config.in: create separate patch for toolchain version typo

 package/mpd/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 5e49e69442..eb05f25a0b 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -391,7 +391,7 @@ config BR2_PACKAGE_MPD_ID3TAG
 
 endif
 
-comment "mpd needs a toolchain w/ C++, threads, wchar, gcc >= 7, host gcc >= 7"
+comment "mpd needs a toolchain w/ C++, threads, wchar, gcc >= 8, host gcc >= 8"
 	depends on BR2_USE_MMU
 	depends on BR2_TOOLCHAIN_HAS_ATOMIC
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
-- 
2.25.1




More information about the buildroot mailing list