From 6136ecb0b0348d93cc762063daa224273352edb8 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 22 Sep 2019 11:06:19 +0200 Subject: [PATCH] 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 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/policycoreutils/policycoreutils.mk | 3 +-- 1 file changed, 1 insertion(+), 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. -- 2.30.2