summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2013-05-03 07:49:02 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-04 13:28:02 +0200
commitae47deffa16d5a78e790696a189bfb023c3754cb (patch)
tree6a51aa08e0403e0aea0da1dc7dfe49224c1262d8
parent58a73c6ab55d9eadaecfda3ea0ed23d07bb7fca7 (diff)
downloadbuildroot-novena-ae47deffa16d5a78e790696a189bfb023c3754cb.tar.gz
buildroot-novena-ae47deffa16d5a78e790696a189bfb023c3754cb.zip
inotify-tools: install to staging
inotify-tools includes a shared library, which should be installed in the staging directory Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--package/inotify-tools/inotify-tools.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/inotify-tools/inotify-tools.mk b/package/inotify-tools/inotify-tools.mk
index deb8a8c0b..a5668a3d4 100644
--- a/package/inotify-tools/inotify-tools.mk
+++ b/package/inotify-tools/inotify-tools.mk
@@ -3,9 +3,11 @@
# inotify-utils
#
#############################################################
+
INOTIFY_TOOLS_VERSION = 3.14
INOTIFY_TOOLS_SITE = http://github.com/downloads/rvoicilas/inotify-tools/
INOTIFY_TOOLS_LICENSE = GPL
INOTIFY_TOOLS_LICENSE_FILES = COPYING
+INOTIFY_TOOLS_INSTALL_STAGING = YES
$(eval $(autotools-package))