瀏覽代碼

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 <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thomas Petazzoni 5 年之前
父節點
當前提交
6136ecb0b0
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      package/policycoreutils/policycoreutils.mk

+ 1 - 2
package/policycoreutils/policycoreutils.mk

@@ -60,8 +60,7 @@ define POLICYCOREUTILS_INSTALL_TARGET_CMDS
 	)
 	)
 endef
 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
 # Undefining _FILE_OFFSET_BITS here because of a "bug" with glibc fts.h
 # large file support.
 # large file support.