package/libsigrokdecode: drop reference to python2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
fe70e4987e
commit
ae86cd8dba
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_LIBSIGROKDECODE
|
||||
bool "libsigrokdecode"
|
||||
depends on !BR2_PACKAGE_PYTHON # python3
|
||||
depends on BR2_USE_WCHAR # libglib2/python3
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2/python3
|
||||
depends on BR2_USE_MMU # libglib2/python3
|
||||
@ -19,9 +18,4 @@ config BR2_PACKAGE_LIBSIGROKDECODE
|
||||
|
||||
comment "libsigrokdecode needs a toolchain w/ wchar, threads, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_PACKAGE_PYTHON
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||
|
||||
comment "libsigrokdecode is not compatible with python"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
|
Loading…
Reference in New Issue
Block a user