package/libsigrok: fix comment display
Commit922b82bde9
added a dependency to locale and updated comment text but forgot to add the !BR2_ENABLE_LOCALE dependency to comment Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commita62f9803ad
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
6ba6187077
commit
9a756a738e
@ -39,4 +39,5 @@ endif
|
||||
comment "libsigrok needs a toolchain w/ wchar, locale, threads, dynamic library, gcc >= 4.7"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS \
|
||||
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || BR2_STATIC_LIBS
|
||||
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || BR2_STATIC_LIBS \
|
||||
|| !BR2_ENABLE_LOCALE
|
||||
|
Loading…
Reference in New Issue
Block a user