projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c170967
)
inotify-tools: needs mmu
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Tue, 19 Feb 2013 00:15:25 +0000
(
00:15
+0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 19 Feb 2013 11:40:02 +0000
(12:40 +0100)
Fixes
http://autobuild.buildroot.net/results/
8424451b46d6787fc586502fa5774564e4715ce8
/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/inotify-tools/Config.in
patch
|
blob
|
history
diff --git
a/package/inotify-tools/Config.in
b/package/inotify-tools/Config.in
index ed94b3f0efa29ffa9dcfd75606afaf03d312ec7f..0a8c7c9f73a8efe06470c59577d4c51313db6d1e 100644
(file)
--- a/
package/inotify-tools/Config.in
+++ b/
package/inotify-tools/Config.in
@@
-1,6
+1,7
@@
config BR2_PACKAGE_INOTIFY_TOOLS
bool "inotify-tools"
depends on BR2_LARGEFILE
+ depends on BR2_USE_MMU # fork()
help
inotify-tools is a C library and a set of command-line
programs for Linux providing a simple interface to inotify.