package/selinux-python: re-enable audit2allow on ARC
checkpolicy is now available on ARC, so we can re-enable building audit2allow on ARC as well. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
010f4ac5d4
commit
257fa5bf31
@ -19,7 +19,6 @@ config BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW
|
||||
depends on BR2_USE_MMU # sepolgen
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # sepolgen, checkpolicy
|
||||
depends on !BR2_STATIC_LIBS # sepolgen
|
||||
depends on !BR2_arc # checkpolicy
|
||||
select BR2_PACKAGE_CHECKPOLICY
|
||||
select BR2_PACKAGE_SELINUX_PYTHON_SEPOLGEN
|
||||
select BR2_PACKAGE_SEMODULE_UTILS
|
||||
@ -34,7 +33,6 @@ config BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW
|
||||
|
||||
comment "audit2allow needs a toolchain w/ wchar, threads, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_arc
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
BR2_STATIC_LIBS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user