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>
This commit is contained in:
Andreas Ziegler 2021-11-15 13:32:11 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 83bf1790c1
commit 158a04a0a9

View File

@ -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 || \