summaryrefslogtreecommitdiffstats
path: root/package/util-linux
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2015-02-04 01:34:10 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-07 21:15:08 +0100
commit84a4603cb00ec6fdcdecf77703ffb8874f74f1c9 (patch)
tree825b6e028d6927e2cd38c33290c54d338cd5fece /package/util-linux
parentbacdf4c8e9fc4003cfab052c5cab3e498c3ed85f (diff)
downloadbuildroot-84a4603cb00ec6fdcdecf77703ffb8874f74f1c9.tar.gz
buildroot-84a4603cb00ec6fdcdecf77703ffb8874f74f1c9.zip
util-linux: add missing indirect dependency on !avr32 for setpriv
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/util-linux')
-rw-r--r--package/util-linux/Config.in1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud