package/checkpolicy: re-enable on ARC

libselinux is now available on ARC, so we can re-enable checkpolicy 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:
Thomas Petazzoni 2019-09-22 11:06:39 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent d90f775002
commit 010f4ac5d4

View File

@ -2,7 +2,6 @@ config BR2_PACKAGE_CHECKPOLICY
bool "checkpolicy" bool "checkpolicy"
depends on BR2_TOOLCHAIN_HAS_THREADS # libselinux depends on BR2_TOOLCHAIN_HAS_THREADS # libselinux
depends on !BR2_STATIC_LIBS # libselinux depends on !BR2_STATIC_LIBS # libselinux
depends on !BR2_arc # libselinux
select BR2_PACKAGE_LIBSELINUX select BR2_PACKAGE_LIBSELINUX
select BR2_PACKAGE_FLEX select BR2_PACKAGE_FLEX
help help
@ -15,5 +14,4 @@ config BR2_PACKAGE_CHECKPOLICY
http://selinuxproject.org/page/Main_Page http://selinuxproject.org/page/Main_Page
comment "checkpolicy needs a toolchain w/ threads, dynamic library" comment "checkpolicy needs a toolchain w/ threads, dynamic library"
depends on !BR2_arc
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS