|
@@ -1,5 +1,6 @@
|
|
config BR2_PACKAGE_SELINUX_PYTHON
|
|
config BR2_PACKAGE_SELINUX_PYTHON
|
|
bool "selinux-python"
|
|
bool "selinux-python"
|
|
|
|
+ depends on !BR2_PACKAGE_PYTHON
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -37,6 +38,10 @@ config BR2_PACKAGE_SELINUX_PYTHON_SEPOLGEN
|
|
|
|
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+comment "selinux-python needs python3"
|
|
|
|
+ depends on BR2_USE_MMU
|
|
|
|
+ depends on BR2_PACKAGE_PYTHON
|
|
|
|
+
|
|
comment "selinux-python packages needs a toolchain w/ wchar, threads, dynamic library"
|
|
comment "selinux-python packages needs a toolchain w/ wchar, threads, dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|