package/refpolicy: drop !BR2_arc dependency
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 22 Sep 2019 09:06:45 +0000 (11:06 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 9 Oct 2019 22:14:05 +0000 (00:14 +0200)
policycoreutils no longer has the !BR2_arc dependency, so we can drop
it as well from refpolicy.

Note that in practice, we still can't enable refpolicy on ARC due to
BR2_PACKAGE_AUDIT_ARCH_SUPPORTS.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/refpolicy/Config.in

index 2e4fbf323c544c6d51f02f230370c02ffa24b6c4..e775865317efdc3a5a2711b03a24f09781f1dfd5 100644 (file)
@@ -3,7 +3,6 @@ config BR2_PACKAGE_REFPOLICY
        depends on BR2_TOOLCHAIN_HAS_THREADS # policycoreutils
        depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS # policycoreutils
        depends on !BR2_STATIC_LIBS # policycoreutils
-       depends on !BR2_arc # policycoreutils
        select BR2_PACKAGE_POLICYCOREUTILS
        select BR2_PACKAGE_BUSYBOX_SELINUX if BR2_PACKAGE_BUSYBOX
        help
@@ -28,7 +27,6 @@ config BR2_PACKAGE_REFPOLICY
          https://github.com/TresysTechnology/refpolicy
 
 comment "refpolicy needs a toolchain w/ threads, dynamic library"
-       depends on !BR2_arc
        depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
        depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS