1 config BR2_PACKAGE_SIGROK_CLI
3 select BR2_PACKAGE_LIBSIGROK
5 depends on BR2_USE_WCHAR
6 depends on BR2_TOOLCHAIN_HAS_THREADS
9 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
11 Sigrok-cli is a command-line frontend for the sigrok
14 http://sigrok.org/wiki/Sigrok-cli
16 comment "sigrok-cli needs a toolchain w/ wchar, threads, gcc >= 4.7"
17 depends on BR2_USE_MMU
18 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7