|
@@ -1,6 +1,5 @@
|
|
config BR2_PACKAGE_PYTHON_PYUSB
|
|
config BR2_PACKAGE_PYTHON_PYUSB
|
|
bool "python-pyusb"
|
|
bool "python-pyusb"
|
|
- depends on BR2_PACKAGE_PYTHON
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
|
select BR2_PACKAGE_LIBUSB
|
|
select BR2_PACKAGE_LIBUSB
|
|
help
|
|
help
|
|
@@ -10,5 +9,4 @@ config BR2_PACKAGE_PYTHON_PYUSB
|
|
http://sourceforge.net/apps/trac/pyusb/
|
|
http://sourceforge.net/apps/trac/pyusb/
|
|
|
|
|
|
comment "python-pyusb needs a toolchain w/ threads"
|
|
comment "python-pyusb needs a toolchain w/ threads"
|
|
- depends on BR2_PACKAGE_PYTHON
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|