package/restorecond: re-enable on ARC
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 22 Sep 2019 09:06:42 +0000 (11:06 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 9 Oct 2019 22:13:04 +0000 (00:13 +0200)
libselinux is now available on ARC, so we can allow the selection of
restorecond on ARC as well.

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

index 10ca74e3510434da1732cbfbf7470be367c443c1..31f85f2882e1b9569de9cf6c9e6255e9230d4310 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_RESTORECOND
        bool "restorecond"
-       depends on !BR2_arc
        depends on BR2_USE_MMU # libglib2
        depends on BR2_USE_WCHAR # libglib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
@@ -18,6 +17,5 @@ config BR2_PACKAGE_RESTORECOND
 
 comment "restorecond needs a toolchain w/ wchar, threads, dynamic library"
        depends on BR2_USE_MMU
-       depends on !BR2_arc
        depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
                BR2_STATIC_LIBS