package/refpolicy: remove dependency on policycoreutils
Only host-policycoreutils is needed to build refpolicy. Remove the uneeded target package. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
ce142f2922
commit
0dcb5513ef
@ -1,9 +1,5 @@
|
||||
config BR2_PACKAGE_REFPOLICY
|
||||
bool "refpolicy"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # policycoreutils
|
||||
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS # policycoreutils
|
||||
depends on !BR2_STATIC_LIBS # policycoreutils
|
||||
select BR2_PACKAGE_POLICYCOREUTILS
|
||||
select BR2_PACKAGE_BUSYBOX_SELINUX if BR2_PACKAGE_BUSYBOX
|
||||
help
|
||||
The SELinux Reference Policy project (refpolicy) is a
|
||||
@ -26,10 +22,6 @@ config BR2_PACKAGE_REFPOLICY
|
||||
|
||||
https://github.com/TresysTechnology/refpolicy
|
||||
|
||||
comment "refpolicy needs a toolchain w/ threads, dynamic library"
|
||||
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
if BR2_PACKAGE_REFPOLICY
|
||||
|
||||
config BR2_PACKAGE_REFPOLICY_POLICY_VERSION
|
||||
|
@ -15,8 +15,7 @@ REFPOLICY_DEPENDENCIES = \
|
||||
host-checkpolicy \
|
||||
host-policycoreutils \
|
||||
host-setools \
|
||||
host-gawk \
|
||||
policycoreutils
|
||||
host-gawk
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
||||
REFPOLICY_DEPENDENCIES += host-python3
|
||||
|
Loading…
Reference in New Issue
Block a user