From: Arnout Vandecappelle Date: Wed, 4 Feb 2015 00:34:10 +0000 (+0100) Subject: util-linux: add missing indirect dependency on !avr32 for setpriv X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84a4603cb00ec6fdcdecf77703ffb8874f74f1c9;p=buildroot.git util-linux: add missing indirect dependency on !avr32 for setpriv Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in index 55c10f2e2e..1b475d41a2 100644 --- a/package/util-linux/Config.in +++ b/package/util-linux/Config.in @@ -216,6 +216,7 @@ config BR2_PACKAGE_UTIL_LINUX_SCHEDUTILS config BR2_PACKAGE_UTIL_LINUX_SETPRIV bool "setpriv" + depends on !BR2_avr32 # libcap-ng select BR2_PACKAGE_LIBCAP_NG help Run a program with different Linux privilege settings