projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bacdf4c
)
util-linux: add missing indirect dependency on !avr32 for setpriv
author
Arnout Vandecappelle
<arnout@mind.be>
Wed, 4 Feb 2015 00:34:10 +0000
(
01:34
+0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sat, 7 Feb 2015 20:15:08 +0000
(21:15 +0100)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/util-linux/Config.in
patch
|
blob
|
history
diff --git
a/package/util-linux/Config.in
b/package/util-linux/Config.in
index 55c10f2e2ea8bac9be7e30041183bfae75eea603..1b475d41a264ab10565a7d26d05c852db2bf0b46 100644
(file)
--- 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