Преглед изворни кода

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 <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thomas Petazzoni пре 5 година
родитељ
комит
c1230b289a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      package/policycoreutils/policycoreutils.mk

+ 1 - 1
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.