diff options
author | Simon Dawson <spdawson@gmail.com> | 2013-05-03 07:49:02 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-04 13:28:02 +0200 |
commit | ae47deffa16d5a78e790696a189bfb023c3754cb (patch) | |
tree | 6a51aa08e0403e0aea0da1dc7dfe49224c1262d8 /package | |
parent | 58a73c6ab55d9eadaecfda3ea0ed23d07bb7fca7 (diff) | |
download | buildroot-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>
Diffstat (limited to 'package')
-rw-r--r-- | package/inotify-tools/inotify-tools.mk | 2 |
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)) |