mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
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_USE_MMU # sepolgen
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # sepolgen, checkpolicy
|
depends on BR2_TOOLCHAIN_HAS_THREADS # sepolgen, checkpolicy
|
||||||
depends on !BR2_STATIC_LIBS # sepolgen
|
depends on !BR2_STATIC_LIBS # sepolgen
|
||||||
depends on !BR2_arc # checkpolicy
|
|
||||||
select BR2_PACKAGE_CHECKPOLICY
|
select BR2_PACKAGE_CHECKPOLICY
|
||||||
select BR2_PACKAGE_SELINUX_PYTHON_SEPOLGEN
|
select BR2_PACKAGE_SELINUX_PYTHON_SEPOLGEN
|
||||||
select BR2_PACKAGE_SEMODULE_UTILS
|
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"
|
comment "audit2allow needs a toolchain w/ wchar, threads, dynamic library"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_arc
|
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||||
BR2_STATIC_LIBS
|
BR2_STATIC_LIBS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user