|
@@ -10,7 +10,8 @@ config BR2_PACKAGE_SETOOLS
|
|
# bfin: infamous _ symbol prefix issue
|
|
# bfin: infamous _ symbol prefix issue
|
|
# nios2: triggers some toolchain issue "No symbol version
|
|
# nios2: triggers some toolchain issue "No symbol version
|
|
# section for versioned symbol"
|
|
# section for versioned symbol"
|
|
- depends on !BR2_nios2 && !BR2_bfin
|
|
|
|
|
|
+ # arc: libselinux not available
|
|
|
|
+ depends on !BR2_nios2 && !BR2_bfin && !BR2_arc
|
|
help
|
|
help
|
|
SETools is an open source project designed to facilitate
|
|
SETools is an open source project designed to facilitate
|
|
SELinux policy analysis. The primary tools are:
|
|
SELinux policy analysis. The primary tools are:
|
|
@@ -27,4 +28,4 @@ config BR2_PACKAGE_SETOOLS
|
|
comment "setools needs a toolchain w/ threads, C++, dynamic library"
|
|
comment "setools needs a toolchain w/ threads, C++, dynamic library"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
|
|
|| !BR2_INSTALL_LIBSTDCPP
|
|
|| !BR2_INSTALL_LIBSTDCPP
|
|
- depends on !BR2_nios2 && !BR2_bfin
|
|
|
|
|
|
+ depends on !BR2_nios2 && !BR2_bfin && !BR2_arc
|