|
@@ -1,5 +1,6 @@
|
|
config BR2_PACKAGE_SEMODULE_UTILS
|
|
config BR2_PACKAGE_SEMODULE_UTILS
|
|
bool "semodule-utils"
|
|
bool "semodule-utils"
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libsepol
|
|
select BR2_PACKAGE_LIBSEPOL
|
|
select BR2_PACKAGE_LIBSEPOL
|
|
help
|
|
help
|
|
semodule-utils is a package that contains tools for handling
|
|
semodule-utils is a package that contains tools for handling
|
|
@@ -13,3 +14,6 @@ config BR2_PACKAGE_SEMODULE_UTILS
|
|
* semodule_package - Create a SELinux policy module package.
|
|
* semodule_package - Create a SELinux policy module package.
|
|
|
|
|
|
https://github.com/SELinuxProject/selinux/wiki/Releases
|
|
https://github.com/SELinuxProject/selinux/wiki/Releases
|
|
|
|
+
|
|
|
|
+comment "semodule-utils needs a toolchain w/ threads"
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
|