Browse Source

package/mpd: correct typo in help message

Signed-off-by: Andreas Ziegler <br015@umbiko.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit 158a04a0a9ca479146f13828516e77136b903095)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Andreas Ziegler 3 years ago
parent
commit
a0fd291193
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/mpd/Config.in

+ 1 - 1
package/mpd/Config.in

@@ -398,7 +398,7 @@ config BR2_PACKAGE_MPD_ID3TAG
 
 
 endif
 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_USE_MMU
 	depends on BR2_TOOLCHAIN_HAS_ATOMIC
 	depends on BR2_TOOLCHAIN_HAS_ATOMIC
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \