package/checkpolicy: re-enable on ARC
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 22 Sep 2019 09:06:39 +0000 (11:06 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 9 Oct 2019 22:11:47 +0000 (00:11 +0200)
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>
package/checkpolicy/Config.in

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