From: Thomas Petazzoni Date: Sun, 22 Sep 2019 09:06:17 +0000 (+0200) Subject: package/policycoreutils: drop host-dbus-glib dependency from host-policycoreutils X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1230b289af24de139556ae9ca980ee3b4ff6eb5;p=buildroot.git package/policycoreutils: drop host-dbus-glib dependency from host-policycoreutils Since SELinux 2.7, restorecond has been moved to a separate package from policycoreutils. Due to this, host-dbus-glib is no longer needed to build host-policycoreutils. 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 3b13e2716c..b117aa6902 100644 --- a/package/policycoreutils/policycoreutils.mk +++ b/package/policycoreutils/policycoreutils.mk @@ -61,7 +61,7 @@ define POLICYCOREUTILS_INSTALL_TARGET_CMDS endef HOST_POLICYCOREUTILS_DEPENDENCIES = \ - host-libsemanage host-dbus-glib host-setools + host-libsemanage host-setools # Undefining _FILE_OFFSET_BITS here because of a "bug" with glibc fts.h # large file support.