|
@@ -32,9 +32,8 @@ config BR2_PACKAGE_OLA_WEB
|
|
|
|
|
|
config BR2_PACKAGE_OLA_PYTHON_BINDINGS
|
|
|
bool "python bindings"
|
|
|
- select BR2_PACKAGE_PYTHON
|
|
|
+ depends on BR2_PACKAGE_PYTHON
|
|
|
select BR2_PACKAGE_PYTHON_PROTOBUF
|
|
|
- depends on BR2_USE_MMU
|
|
|
help
|
|
|
Build OLA with support for the Python language.
|
|
|
|
|
@@ -55,8 +54,7 @@ config BR2_PACKAGE_OLA_EXAMPLES
|
|
|
|
|
|
config BR2_PACKAGE_OLA_RDM_TESTS
|
|
|
bool "rdm tests"
|
|
|
- select BR2_PACKAGE_OLA_PYTHON_BINDINGS
|
|
|
- depends on BR2_USE_MMU
|
|
|
+ depends on BR2_PACKAGE_OLA_PYTHON_BINDINGS
|
|
|
help
|
|
|
Build OLA RDM tests.
|
|
|
|