From c1230b289af24de139556ae9ca980ee3b4ff6eb5 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 22 Sep 2019 11:06:17 +0200 Subject: [PATCH] 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) --- package/policycoreutils/policycoreutils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2