mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/refpolicy: now available on !glibc configs
Now that policycoreutils is available on !glibc configurations, we can also make refpolicy available for such configurations. 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
63a456304a
commit
c5db3cef0e
@ -1,7 +1,6 @@
|
|||||||
config BR2_PACKAGE_REFPOLICY
|
config BR2_PACKAGE_REFPOLICY
|
||||||
bool "refpolicy"
|
bool "refpolicy"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # policycoreutils
|
depends on BR2_TOOLCHAIN_HAS_THREADS # policycoreutils
|
||||||
depends on BR2_TOOLCHAIN_USES_GLIBC # policycoreutils
|
|
||||||
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS # policycoreutils
|
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS # policycoreutils
|
||||||
depends on !BR2_STATIC_LIBS # policycoreutils
|
depends on !BR2_STATIC_LIBS # policycoreutils
|
||||||
depends on !BR2_arc # policycoreutils
|
depends on !BR2_arc # policycoreutils
|
||||||
@ -28,11 +27,10 @@ config BR2_PACKAGE_REFPOLICY
|
|||||||
|
|
||||||
https://github.com/TresysTechnology/refpolicy
|
https://github.com/TresysTechnology/refpolicy
|
||||||
|
|
||||||
comment "refpolicy needs a glibc toolchain w/ threads, dynamic library"
|
comment "refpolicy needs a toolchain w/ threads, dynamic library"
|
||||||
depends on !BR2_arc
|
depends on !BR2_arc
|
||||||
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
||||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || \
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
!BR2_TOOLCHAIN_USES_GLIBC
|
|
||||||
|
|
||||||
if BR2_PACKAGE_REFPOLICY
|
if BR2_PACKAGE_REFPOLICY
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user