mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
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
|
config BR2_PACKAGE_REFPOLICY
|
||||||
bool "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
|
select BR2_PACKAGE_BUSYBOX_SELINUX if BR2_PACKAGE_BUSYBOX
|
||||||
help
|
help
|
||||||
The SELinux Reference Policy project (refpolicy) is a
|
The SELinux Reference Policy project (refpolicy) is a
|
||||||
@ -26,10 +22,6 @@ config BR2_PACKAGE_REFPOLICY
|
|||||||
|
|
||||||
https://github.com/TresysTechnology/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
|
if BR2_PACKAGE_REFPOLICY
|
||||||
|
|
||||||
config BR2_PACKAGE_REFPOLICY_POLICY_VERSION
|
config BR2_PACKAGE_REFPOLICY_POLICY_VERSION
|
||||||
|
@ -15,8 +15,7 @@ REFPOLICY_DEPENDENCIES = \
|
|||||||
host-checkpolicy \
|
host-checkpolicy \
|
||||||
host-policycoreutils \
|
host-policycoreutils \
|
||||||
host-setools \
|
host-setools \
|
||||||
host-gawk \
|
host-gawk
|
||||||
policycoreutils
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
||||||
REFPOLICY_DEPENDENCIES += host-python3
|
REFPOLICY_DEPENDENCIES += host-python3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user