From: Thomas Petazzoni Date: Sun, 22 Sep 2019 09:06:19 +0000 (+0200) Subject: package/policycoreutils: drop host-setools dependency from host-policycoreutils X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6136ecb0b0348d93cc762063daa224273352edb8;p=buildroot.git 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) --- 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.