summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-09-22 11:06:19 +0200
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2019-09-22 20:04:54 +0200
commit6136ecb0b0348d93cc762063daa224273352edb8 (patch)
treeab9446fde30876ab0ee11ec46446cc2e1c82318f
parent39e7c72aa56c5805e268f4661ca236f0487854d9 (diff)
package/policycoreutils: drop host-setools dependency from host-policycoreutils
There is no reason for host-policycoreutils to depend on host-setools, it builds/works fine without it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r--package/policycoreutils/policycoreutils.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/policycoreutils/policycoreutils.mk b/package/policycoreutils/policycoreutils.mk
index 4f7176777c..ff606a7d17 100644
--- a/package/policycoreutils/policycoreutils.mk
+++ b/package/policycoreutils/policycoreutils.mk
@@ -60,8 +60,7 @@ define POLICYCOREUTILS_INSTALL_TARGET_CMDS
)
endef
-HOST_POLICYCOREUTILS_DEPENDENCIES = \
- host-libsemanage host-setools
+HOST_POLICYCOREUTILS_DEPENDENCIES = host-libsemanage
# Undefining _FILE_OFFSET_BITS here because of a "bug" with glibc fts.h
# large file support.