diff options
author | 2014-10-12 16:58:24 +0200 | |
---|---|---|
committer | 2014-10-12 17:37:45 +0200 | |
commit | cc27551feaf50fc8c66cb0a1cb0321354550d1cb (patch) | |
tree | 376c6020c7796cf320e564f2375571924ecb4a18 /package/inotify-tools/inotify-tools.mk | |
parent | 5c1b01a17da478a4db799a04d50375ab1ddd5e0f (diff) | |
download | buildroot-cc27551feaf50fc8c66cb0a1cb0321354550d1cb.tar.gz buildroot-cc27551feaf50fc8c66cb0a1cb0321354550d1cb.tar.bz2 |
inotify-tools: Bump version
The release is a few years old but the repository is still going, so
uses the SHA1 and uses the github function to download it.
Also, it now needs AUTORECONF.
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/inotify-tools/inotify-tools.mk')
-rw-r--r-- | package/inotify-tools/inotify-tools.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/inotify-tools/inotify-tools.mk b/package/inotify-tools/inotify-tools.mk index 96b23cea35..3502525f61 100644 --- a/package/inotify-tools/inotify-tools.mk +++ b/package/inotify-tools/inotify-tools.mk @@ -4,10 +4,11 @@ # ################################################################################ -INOTIFY_TOOLS_VERSION = 3.14 -INOTIFY_TOOLS_SITE = http://github.com/downloads/rvoicilas/inotify-tools +INOTIFY_TOOLS_VERSION = 06007d350faa8731c67e186923ab417486104719 +INOTIFY_TOOLS_SITE = $(call github,rvoicilas,inotify-tools,$(INOTIFY_TOOLS_VERSION)) INOTIFY_TOOLS_LICENSE = GPL INOTIFY_TOOLS_LICENSE_FILES = COPYING INOTIFY_TOOLS_INSTALL_STAGING = YES +INOTIFY_TOOLS_AUTORECONF = YES $(eval $(autotools-package)) |